From fc53b6afee7cdf1b9125d2c5a43f3fe879d85f24 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 9 Jan 2010 14:59:06 +0000 Subject: Split H263 encoder and decoder from common code. Originally committed as revision 21109 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/wmv2dec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/wmv2dec.c') diff --git a/libavcodec/wmv2dec.c b/libavcodec/wmv2dec.c index c7e29881ff..a2eb4292a2 100644 --- a/libavcodec/wmv2dec.c +++ b/libavcodec/wmv2dec.c @@ -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" -- cgit v1.2.3