diff vc1.c @ 4966:e6d4d3d478d6 libavcodec

those tables don't need to be extern
author aurel
date Thu, 10 May 2007 10:14:58 +0000
parents f9bb3aca0888
children 4dbe6578f811
line wrap: on
line diff
--- a/vc1.c	Thu May 10 10:12:02 2007 +0000
+++ b/vc1.c	Thu May 10 10:14:58 2007 +0000
@@ -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