diff 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
line wrap: on
line diff
--- a/wmv2dec.c	Sat Jan 09 13:28:04 2010 +0000
+++ b/wmv2dec.c	Sat Jan 09 14:59:06 2010 +0000
@@ -21,6 +21,7 @@
 #include "avcodec.h"
 #include "dsputil.h"
 #include "mpegvideo.h"
+#include "h263.h"
 #include "mathops.h"
 #include "msmpeg4.h"
 #include "msmpeg4data.h"