diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-04-30 16:33:58 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-04-30 16:33:58 +0000 |
commit | cdfec9c02a8241e5796078554d78a22d763a510e (patch) | |
tree | d0205d78d3f06329fded4523dfda6566c7aece72 /libavcodec/vc1data.c | |
parent | 3bb82f3da5c900bfbc2d69bf5fbc2581d0b465bf (diff) | |
download | ffmpeg-cdfec9c02a8241e5796078554d78a22d763a510e.tar.gz |
Comment out unused ff_vc1_norm6_spec table.
Originally committed as revision 13024 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1data.c')
-rw-r--r-- | libavcodec/vc1data.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/vc1data.c b/libavcodec/vc1data.c index 7f50d715f2..cf89502d3b 100644 --- a/libavcodec/vc1data.c +++ b/libavcodec/vc1data.c @@ -187,6 +187,7 @@ const uint8_t ff_vc1_norm6_bits[64] = { 4, 8, 8, 10, 8, 10, 10, 13, 8, 10, 10, 13, 10, 13, 13, 9, 8, 10, 10, 13, 10, 13, 13, 9, 10, 13, 13, 9, 13, 9, 9, 6, }; +#if 0 /* Normal-6 imode */ const uint8_t ff_vc1_norm6_spec[64][5] = { { 0, 1, 1 }, @@ -254,6 +255,7 @@ const uint8_t ff_vc1_norm6_spec[64][5] = { {62, 3, 5, 2, 4 }, {63, 3, 5, 1, 1 }, }; +#endif /* 4MV Block pattern VLC tables */ const uint8_t ff_vc1_4mv_block_pattern_codes[4][16] = { |