comparison h261enc.c @ 11082:f48de939cf88 libavcodec

Add include necessary for ff_set_qscale
author reimar
date Sat, 06 Feb 2010 12:53:28 +0000
parents 38cfe222e1a4
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 extern uint8_t ff_h261_rl_table_store[2][2*MAX_RUN + MAX_LEVEL + 3]; 35 extern uint8_t ff_h261_rl_table_store[2][2*MAX_RUN + MAX_LEVEL + 3];
35 36