comparison h261dec.c @ 5158:65b1bfb3a74c libavcodec

move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't need to #include "h261data.h"
author mru
date Sat, 16 Jun 2007 15:15:19 +0000
parents 0244bba24b43
children 7100aeea042e
comparison
equal deleted inserted replaced
5157:1d116d421bbb 5158:65b1bfb3a74c
26 */ 26 */
27 27
28 #include "dsputil.h" 28 #include "dsputil.h"
29 #include "avcodec.h" 29 #include "avcodec.h"
30 #include "mpegvideo.h" 30 #include "mpegvideo.h"
31 #include "h261.h"
31 #include "h261data.h" 32 #include "h261data.h"
32 #include "h261.h"
33 33
34 #define H261_MBA_VLC_BITS 9 34 #define H261_MBA_VLC_BITS 9
35 #define H261_MTYPE_VLC_BITS 6 35 #define H261_MTYPE_VLC_BITS 6
36 #define H261_MV_VLC_BITS 7 36 #define H261_MV_VLC_BITS 7
37 #define H261_CBP_VLC_BITS 9 37 #define H261_CBP_VLC_BITS 9