comparison vc1dec.c @ 11230:9f25ae41c807 libavcodec

VC1: fix missing include h263.h
author mru
date Sun, 21 Feb 2010 02:46:44 +0000
parents 9ccc13d1144d
children f64dd8297105
comparison
equal deleted inserted replaced
11229:d53e56a6228b 11230:9f25ae41c807
27 */ 27 */
28 #include "internal.h" 28 #include "internal.h"
29 #include "dsputil.h" 29 #include "dsputil.h"
30 #include "avcodec.h" 30 #include "avcodec.h"
31 #include "mpegvideo.h" 31 #include "mpegvideo.h"
32 #include "h263.h"
32 #include "vc1.h" 33 #include "vc1.h"
33 #include "vc1data.h" 34 #include "vc1data.h"
34 #include "vc1acdata.h" 35 #include "vc1acdata.h"
35 #include "msmpeg4data.h" 36 #include "msmpeg4data.h"
36 #include "unary.h" 37 #include "unary.h"