diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-09-12 16:11:05 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-09-13 17:34:46 +0200 |
commit | e60a6e7545dd6f5b25e3a65de9c6fdcc6e2e9d6b (patch) | |
tree | a13042327a2abc526a5baa848c4f8b76386d0d34 /libavcodec/cavsdec.c | |
parent | 5d14cf199990cd378904a2618b5c72c4b02290f6 (diff) | |
download | ffmpeg-e60a6e7545dd6f5b25e3a65de9c6fdcc6e2e9d6b.tar.gz |
mpegvideo: Drop mpegvideo.h where not needed
Add necessary headers in .c files.
Diffstat (limited to 'libavcodec/cavsdec.c')
-rw-r--r-- | libavcodec/cavsdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/cavsdec.c b/libavcodec/cavsdec.c index 51b8878501..a455a34bd0 100644 --- a/libavcodec/cavsdec.c +++ b/libavcodec/cavsdec.c @@ -31,7 +31,6 @@ #include "cavs.h" #include "internal.h" #include "mpeg12data.h" -#include "mpegvideo.h" static const uint8_t mv_scan[4] = { MV_FWD_X0, MV_FWD_X1, |