diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-05-06 10:58:32 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-05-06 10:58:32 +0000 |
commit | 22c3029da1a742cd449347008db8dc9340805c91 (patch) | |
tree | 3279068cd3399046f2cff604a164d104cf6e4552 /libavcodec/vc1.c | |
parent | 6e4bc6ee1978452cc5d06ea55e07834ff7f7ab8f (diff) | |
download | ffmpeg-22c3029da1a742cd449347008db8dc9340805c91.tar.gz |
Move variables to vc1data.h
Originally committed as revision 8913 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1.c')
-rw-r--r-- | libavcodec/vc1.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <assert.h> |