diff options
author | Stefan Gehrer <stefan.gehrer@gmx.de> | 2008-06-25 11:33:49 +0000 |
---|---|---|
committer | Stefan Gehrer <stefan.gehrer@gmx.de> | 2008-06-25 11:33:49 +0000 |
commit | 5a8939698932bcd8a34574c9472af8901fa80729 (patch) | |
tree | b33b52b363a708ad0d84a08fb2c0b5f9953875bc /libavcodec/vc1data.h | |
parent | 796d200a77a90e82897f1deac5513b9d903e8c21 (diff) | |
download | ffmpeg-5a8939698932bcd8a34574c9472af8901fa80729.tar.gz |
remove duplicate tables
Originally committed as revision 13959 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1data.h')
-rw-r--r-- | libavcodec/vc1data.h | 6 |
1 files changed, 0 insertions, 6 deletions
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]; |