diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-10 10:14:58 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-10 10:14:58 +0000 |
commit | 82dc348bd18f76d9aa8c3fc5000ace659688e780 (patch) | |
tree | 9d63638469bf99559e02a9d43d26df181d8e412f /libavcodec/vc1.c | |
parent | 0d6c07329e6a1764bd135b7b30cccba76d14e6cb (diff) | |
download | ffmpeg-82dc348bd18f76d9aa8c3fc5000ace659688e780.tar.gz |
those tables don't need to be extern
Originally committed as revision 8972 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1.c')
-rw-r--r-- | libavcodec/vc1.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c index 215e510fc7..bcff727b38 100644 --- a/libavcodec/vc1.c +++ b/libavcodec/vc1.c @@ -37,8 +37,6 @@ #undef NDEBUG #include <assert.h> -extern const uint32_t ff_table0_dc_lum[120][2], ff_table1_dc_lum[120][2]; -extern const uint32_t ff_table0_dc_chroma[120][2], ff_table1_dc_chroma[120][2]; #define MB_INTRA_VLC_BITS 9 #define DC_VLC_BITS 9 #define AC_VLC_BITS 9 |