comparison h263dec.c @ 10828:d0657e337f91 libavcodec

Split H263 encoder and decoder from common code.
author michael
date Sat, 09 Jan 2010 14:59:06 +0000
parents 9ccc13d1144d
children 77b3f322dba8
comparison
equal deleted inserted replaced
10827:3d011a01a6a0 10828:d0657e337f91
27 27
28 #include "internal.h" 28 #include "internal.h"
29 #include "avcodec.h" 29 #include "avcodec.h"
30 #include "dsputil.h" 30 #include "dsputil.h"
31 #include "mpegvideo.h" 31 #include "mpegvideo.h"
32 #include "h263.h"
32 #include "h263_parser.h" 33 #include "h263_parser.h"
33 #include "mpeg4video_parser.h" 34 #include "mpeg4video_parser.h"
34 #include "msmpeg4.h" 35 #include "msmpeg4.h"
35 #include "vdpau_internal.h" 36 #include "vdpau_internal.h"
36 #include "flv.h" 37 #include "flv.h"