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

Unified Diff: media/ffmpeg/ffmpeg_common.h

Issue 1286623002: Update padding/alignment constants to match ffmpeg. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
diff --git a/media/ffmpeg/ffmpeg_common.h b/media/ffmpeg/ffmpeg_common.h
index b760f23f94d6c8d74390cbbc8f7ecb27393bde92..4dd7edc4587c170e78b4d7aa43867b9577355525 100644
--- a/media/ffmpeg/ffmpeg_common.h
+++ b/media/ffmpeg/ffmpeg_common.h
@@ -31,6 +31,7 @@ extern "C" {
// TODO(scherkus): fix and upstream the compiler warnings.
MSVC_PUSH_DISABLE_WARNING(4244);
#include <libavcodec/avcodec.h>
+#include <libavcodec/internal.h>
wtc1 2015/09/05 01:46:04 The "internal.h" file name suggests this header is
#include <libavformat/avformat.h>
#include <libavformat/internal.h>
#include <libavformat/avio.h>

Powered by Google App Engine
This is Rietveld 408576698