comparison rv10.c @ 11066:86bf7e0db6ea libavcodec

Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and ff_h263_encode_mba
author reimar
date Sun, 31 Jan 2010 12:27:05 +0000
parents d0657e337f91
children 8a4984c5cacc
comparison
equal deleted inserted replaced
11065:fbeb4ea31f87 11066:86bf7e0db6ea
26 */ 26 */
27 27
28 #include "avcodec.h" 28 #include "avcodec.h"
29 #include "dsputil.h" 29 #include "dsputil.h"
30 #include "mpegvideo.h" 30 #include "mpegvideo.h"
31 #include "mpeg4video.h"
31 #include "h263.h" 32 #include "h263.h"
32 33
33 //#define DEBUG 34 //#define DEBUG
34 35
35 #define DC_VLC_BITS 14 //FIXME find a better solution 36 #define DC_VLC_BITS 14 //FIXME find a better solution