comparison mpegvideo_common.h @ 8667:5690a6211e8c libavcodec

Directly #include some required headers.
author diego
date Sun, 25 Jan 2009 19:11:10 +0000
parents 04423b2f6e0b
children e9d9d946f213
comparison
equal deleted inserted replaced
8666:e013ec85260b 8667:5690a6211e8c
28 */ 28 */
29 29
30 #ifndef AVCODEC_MPEGVIDEO_COMMON_H 30 #ifndef AVCODEC_MPEGVIDEO_COMMON_H
31 #define AVCODEC_MPEGVIDEO_COMMON_H 31 #define AVCODEC_MPEGVIDEO_COMMON_H
32 32
33 #include <string.h>
33 #include "avcodec.h" 34 #include "avcodec.h"
34 #include "dsputil.h" 35 #include "dsputil.h"
35 #include "mpegvideo.h" 36 #include "mpegvideo.h"
36 #include "mjpegenc.h" 37 #include "mjpegenc.h"
37 #include "msmpeg4.h" 38 #include "msmpeg4.h"