comparison wmv2enc.c @ 10828:d0657e337f91 libavcodec

Split H263 encoder and decoder from common code.
author michael
date Sat, 09 Jan 2010 14:59:06 +0000
parents 38cfe222e1a4
children 8a4984c5cacc
comparison
equal deleted inserted replaced
10827:3d011a01a6a0 10828:d0657e337f91
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 "msmpeg4.h" 24 #include "msmpeg4.h"
25 #include "msmpeg4data.h" 25 #include "msmpeg4data.h"
26 #include "h263.h"
26 #include "wmv2.h" 27 #include "wmv2.h"
27 28
28 29
29 static int encode_ext_header(Wmv2Context *w){ 30 static int encode_ext_header(Wmv2Context *w){
30 MpegEncContext * const s= &w->s; 31 MpegEncContext * const s= &w->s;