diff vc1.c @ 4926:194f4ced7c50 libavcodec

Move variables to vc1data.h
author kostya
date Sun, 06 May 2007 10:58:32 +0000
parents 1296fd337cdf
children 67975429cb40
line wrap: on
line diff
--- a/vc1.c	Sun May 06 09:17:50 2007 +0000
+++ b/vc1.c	Sun May 06 10:58:32 2007 +0000
@@ -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 <assert.h>