From 5a8939698932bcd8a34574c9472af8901fa80729 Mon Sep 17 00:00:00 2001 From: Stefan Gehrer Date: Wed, 25 Jun 2008 11:33:49 +0000 Subject: remove duplicate tables Originally committed as revision 13959 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vc1data.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libavcodec/vc1data.h') diff --git a/libavcodec/vc1data.h b/libavcodec/vc1data.h index 0c8b1fa8af..98ffe574f5 100644 --- a/libavcodec/vc1data.h +++ b/libavcodec/vc1data.h @@ -143,12 +143,6 @@ extern const uint8_t ff_vc1_mv_diff_bits[4][73]; /* DC differentials low+hi-mo, p217 are the same as in msmpeg4data .h */ /* Scantables/ZZ scan are at 11.9 (p262) and 8.1.1.12 (p10) */ -extern const int8_t ff_vc1_normal_zz[64]; -extern const int8_t ff_vc1_horizontal_zz [64]; -extern const int8_t ff_vc1_vertical_zz [64]; -extern const int8_t ff_vc1_simple_progressive_8x8_zz [64]; -extern const int8_t ff_vc1_simple_progressive_8x4_zz [32]; -extern const int8_t ff_vc1_simple_progressive_4x8_zz [32]; extern const int8_t ff_vc1_simple_progressive_4x4_zz [16]; extern const int8_t ff_vc1_adv_progressive_8x4_zz [32]; extern const int8_t ff_vc1_adv_progressive_4x8_zz [32]; -- cgit v1.2.3