Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1238)

Unified Diff: media/ffmpeg/ffmpeg_common.h

Issue 10451051: Provide a Chrome-owned buffer to FFmpeg for video decoding, instead of (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/ffmpeg/ffmpeg_common.h
===================================================================
--- media/ffmpeg/ffmpeg_common.h (revision 139175)
+++ media/ffmpeg/ffmpeg_common.h (working copy)
@@ -28,6 +28,7 @@
#include <libavutil/avutil.h>
#include <libavutil/mathematics.h>
#include <libavutil/log.h>
+#include <libavutil/imgutils.h>
Ami GONE FROM CHROMIUM 2012/05/26 22:52:34 why?
MSVC_POP_WARNING();
} // extern "C"

Powered by Google App Engine
This is Rietveld 408576698