Mercurial > libavcodec.hg
diff vc1data.h @ 7136:7a73d76aaaa0 libavcodec
remove duplicate tables
| author | stefang |
|---|---|
| date | Wed, 25 Jun 2008 11:33:49 +0000 |
| parents | f7cbb7733146 |
| children | c4a4495715dd |
line wrap: on
line diff
--- a/vc1data.h Tue Jun 24 23:51:17 2008 +0000 +++ b/vc1data.h Wed Jun 25 11:33:49 2008 +0000 @@ -143,12 +143,6 @@ /* 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];
