diff intelh263dec.c @ 10828:d0657e337f91 libavcodec

Split H263 encoder and decoder from common code.
author michael
date Sat, 09 Jan 2010 14:59:06 +0000
parents 238c62c8728e
children 8a4984c5cacc
line wrap: on
line diff
--- a/intelh263dec.c	Sat Jan 09 13:28:04 2010 +0000
+++ b/intelh263dec.c	Sat Jan 09 14:59:06 2010 +0000
@@ -19,6 +19,7 @@
  */
 
 #include "mpegvideo.h"
+#include "h263.h"
 
 /* don't understand why they choose a different header ! */
 int ff_intel_h263_decode_picture_header(MpegEncContext *s)