OSDN Git Service

VC1: fix missing include h263.h
authorMåns Rullgård <mans@mansr.com>
Sun, 21 Feb 2010 02:46:44 +0000 (02:46 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 21 Feb 2010 02:46:44 +0000 (02:46 +0000)
Originally committed as revision 21932 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vc1dec.c

index d2a50a3..611b845 100644 (file)
@@ -29,6 +29,7 @@
 #include "dsputil.h"
 #include "avcodec.h"
 #include "mpegvideo.h"
+#include "h263.h"
 #include "vc1.h"
 #include "vc1data.h"
 #include "vc1acdata.h"