mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
mpegvideo: Make sure mpegutils.h is included where needed
This commit is contained in:
parent
525f58977c
commit
5d14cf1999
@ -18,6 +18,7 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "mpegutils.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "h263.h"
|
||||
#include "mpegvideodata.h"
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include "avcodec.h"
|
||||
#include "internal.h"
|
||||
#include "libxvid.h"
|
||||
#include "mpegutils.h"
|
||||
#include "mpegvideo.h"
|
||||
|
||||
/**
|
||||
|
@ -24,6 +24,7 @@
|
||||
|
||||
#include "libavutil/internal.h"
|
||||
#include "libavutil/x86/asm.h"
|
||||
#include "libavcodec/mpegutils.h"
|
||||
#include "libavcodec/mpegvideo.h"
|
||||
#include "fdct.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user