diff svq1enc.c @ 10828:d0657e337f91 libavcodec

Split H263 encoder and decoder from common code.
author michael
date Sat, 09 Jan 2010 14:59:06 +0000
parents 0a6fc654cfb6
children f20726a6d538
line wrap: on
line diff
--- a/svq1enc.c	Sat Jan 09 13:28:04 2010 +0000
+++ b/svq1enc.c	Sat Jan 09 14:59:06 2010 +0000
@@ -30,6 +30,7 @@
 #include "avcodec.h"
 #include "dsputil.h"
 #include "mpegvideo.h"
+#include "h263.h"
 
 #include "svq1.h"
 #include "svq1enc_cb.h"