Chromium Code Reviews| Index: media/ffmpeg/ffmpeg_common.h |
| =================================================================== |
| --- media/ffmpeg/ffmpeg_common.h (revision 65689) |
| +++ media/ffmpeg/ffmpeg_common.h (working copy) |
| @@ -16,6 +16,7 @@ |
| // Temporarily disable possible loss of data warning. |
| // TODO(scherkus): fix and upstream the compiler warnings. |
| MSVC_PUSH_DISABLE_WARNING(4244); |
| +#include <libavcore/samplefmt.h> |
|
scherkus (not reviewing)
2010/11/11 01:54:34
alphabetical ordering (libavcodec > libavcore)
fbarchard
2010/11/11 02:19:44
Done.
|
| #include <libavcodec/avcodec.h> |
| #include <libavformat/avformat.h> |
| #include <libavformat/avio.h> |