changeset 6724:4c47bb2a0c8b libavcodec

Comment out unused ff_vc1_norm6_spec table.
author diego
date Wed, 30 Apr 2008 16:33:58 +0000
parents 2ced96d3cde0
children dc6bc48b0e17
files vc1data.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vc1data.c	Wed Apr 30 09:29:15 2008 +0000
+++ b/vc1data.c	Wed Apr 30 16:33:58 2008 +0000
@@ -187,6 +187,7 @@
  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 @@
 {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] = {