diff flvdec.c @ 10828:d0657e337f91 libavcodec

Split H263 encoder and decoder from common code.
author michael
date Sat, 09 Jan 2010 14:59:06 +0000
parents 145b62a1de1c
children 8a4984c5cacc
line wrap: on
line diff
--- a/flvdec.c	Sat Jan 09 13:28:04 2010 +0000
+++ b/flvdec.c	Sat Jan 09 14:59:06 2010 +0000
@@ -18,6 +18,7 @@
  */
 
 #include "mpegvideo.h"
+#include "h263.h"
 #include "flv.h"
 
 void ff_flv2_decode_ac_esc(GetBitContext *gb, int *level, int *run, int *last){