summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec_data.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2008-08-27 23:44:34 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2008-08-27 23:44:34 +0000
commit53e6fbb4c503927d4847d9470ca2a2fc91db2590 (patch)
tree307af1e8281b36962d00880993dbd8483335ea9f /libavcodec/ac3dec_data.h
parentf1c80e35783e910f5fe5ce643645029a7e517c8f (diff)
cosmetics: rename a table
Originally committed as revision 15003 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3dec_data.h')
-rw-r--r--libavcodec/ac3dec_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3dec_data.h b/libavcodec/ac3dec_data.h
index 7f4e9d52ac..ab2c430c31 100644
--- a/libavcodec/ac3dec_data.h
+++ b/libavcodec/ac3dec_data.h
@@ -31,7 +31,7 @@ extern const int16_t ff_eac3_gaq_remap_1[12];
extern const int16_t ff_eac3_gaq_remap_2_4_a[9][2];
extern const int8_t ff_eac3_gaq_remap_2_4_b[9][2];
-extern const int16_t (*ff_eac3_vq_hebap[8])[6];
+extern const int16_t (*ff_eac3_mantissa_vq[8])[6];
extern const uint8_t ff_eac3_frm_expstr[32][6];
extern const uint8_t ff_eac3_default_cpl_band_struct[18];