comparison rv10.c @ 10828:d0657e337f91 libavcodec

Split H263 encoder and decoder from common code.
author michael
date Sat, 09 Jan 2010 14:59:06 +0000
parents b08c6f64a6c0
children 86bf7e0db6ea
comparison
equal deleted inserted replaced
10827:3d011a01a6a0 10828:d0657e337f91
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 "h263.h"
31 32
32 //#define DEBUG 33 //#define DEBUG
33 34
34 #define DC_VLC_BITS 14 //FIXME find a better solution 35 #define DC_VLC_BITS 14 //FIXME find a better solution
35 36