mpegvideo: Drop mpegvideo.h where not needed

Add necessary headers in .c files.
This commit is contained in:
Vittorio Giovara
2015-09-12 16:11:05 +02:00
parent 5d14cf1999
commit e60a6e7545
11 changed files with 8 additions and 7 deletions
+1
View File
@@ -24,6 +24,7 @@
#include "internal.h"
#include "h263.h"
#include "mpeg4video.h"
#include "mpegvideo.h"
/** Reconstruct bitstream intra_dc_vlc_thr */
static int mpeg4_get_intra_dc_vlc_thr(Mpeg4DecContext *s)