comparison h261dec.c @ 11082:f48de939cf88 libavcodec

Add include necessary for ff_set_qscale
author reimar
date Sat, 06 Feb 2010 12:53:28 +0000
parents 95f3daa991a2
children 8a4984c5cacc
comparison
equal deleted inserted replaced
11081:0d56d489e695 11082:f48de939cf88
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 "h263.h"
31 #include "h261.h" 32 #include "h261.h"
32 #include "h261data.h" 33 #include "h261data.h"
33 34
34 #define H261_MBA_VLC_BITS 9 35 #define H261_MBA_VLC_BITS 9
35 #define H261_MTYPE_VLC_BITS 6 36 #define H261_MTYPE_VLC_BITS 6