VC1: fix missing include h263.h

Originally committed as revision 21932 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-02-21 02:46:44 +00:00
parent 6cb35b45e6
commit d68b27a95d
1 changed files with 1 additions and 0 deletions

View 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"