comparison 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
comparison
equal deleted inserted replaced
4925:ff4cd98bc90c 4926:194f4ced7c50
28 */ 28 */
29 #include "common.h" 29 #include "common.h"
30 #include "dsputil.h" 30 #include "dsputil.h"
31 #include "avcodec.h" 31 #include "avcodec.h"
32 #include "mpegvideo.h" 32 #include "mpegvideo.h"
33 #include "vc1.h"
33 #include "vc1data.h" 34 #include "vc1data.h"
34 #include "vc1acdata.h" 35 #include "vc1acdata.h"
35 #include "vc1.h"
36 36
37 #undef NDEBUG 37 #undef NDEBUG
38 #include <assert.h> 38 #include <assert.h>
39 39
40 extern const uint32_t ff_table0_dc_lum[120][2], ff_table1_dc_lum[120][2]; 40 extern const uint32_t ff_table0_dc_lum[120][2], ff_table1_dc_lum[120][2];