comparison wmv2dec.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 8a4984c5cacc
comparison
equal deleted inserted replaced
10827:3d011a01a6a0 10828:d0657e337f91
19 */ 19 */
20 20
21 #include "avcodec.h" 21 #include "avcodec.h"
22 #include "dsputil.h" 22 #include "dsputil.h"
23 #include "mpegvideo.h" 23 #include "mpegvideo.h"
24 #include "h263.h"
24 #include "mathops.h" 25 #include "mathops.h"
25 #include "msmpeg4.h" 26 #include "msmpeg4.h"
26 #include "msmpeg4data.h" 27 #include "msmpeg4data.h"
27 #include "intrax8.h" 28 #include "intrax8.h"
28 #include "wmv2.h" 29 #include "wmv2.h"