From 22c3029da1a742cd449347008db8dc9340805c91 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sun, 6 May 2007 10:58:32 +0000 Subject: Move variables to vc1data.h Originally committed as revision 8913 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vc1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vc1.c') diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c index c32148226a..2e25c0b433 100644 --- a/libavcodec/vc1.c +++ b/libavcodec/vc1.c @@ -30,9 +30,9 @@ #include "dsputil.h" #include "avcodec.h" #include "mpegvideo.h" +#include "vc1.h" #include "vc1data.h" #include "vc1acdata.h" -#include "vc1.h" #undef NDEBUG #include -- cgit v1.2.3