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