# HG changeset patch # User aurel # Date 1178791922 0 # Node ID f9bb3aca0888e4ca538f7c76f790e77300b177ef # Parent 9fb6d2125500d82c6047de83864dcf9d9aa71018 use header instead of copying table declarations diff -r 9fb6d2125500 -r f9bb3aca0888 vc1.c --- a/vc1.c Thu May 10 10:03:16 2007 +0000 +++ b/vc1.c Thu May 10 10:12:02 2007 +0000 @@ -32,16 +32,14 @@ #include "vc1.h" #include "vc1data.h" #include "vc1acdata.h" +#include "msmpeg4data.h" #undef NDEBUG #include 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]; -extern VLC ff_msmp4_dc_luma_vlc[2], ff_msmp4_dc_chroma_vlc[2]; #define MB_INTRA_VLC_BITS 9 -extern VLC ff_msmp4_mb_i_vlc; -extern const uint16_t ff_msmp4_mb_i_table[64][2]; #define DC_VLC_BITS 9 #define AC_VLC_BITS 9 static const uint16_t table_mb_intra[64][2];