[FFmpeg-cvslog] r15003 - in trunk/libavcodec: ac3dec_data.c ac3dec_data.h
jbr
subversion
Thu Aug 28 01:44:34 CEST 2008
Author: jbr
Date: Thu Aug 28 01:44:34 2008
New Revision: 15003
Log:
cosmetics: rename a table
Modified:
trunk/libavcodec/ac3dec_data.c
trunk/libavcodec/ac3dec_data.h
Modified: trunk/libavcodec/ac3dec_data.c
==============================================================================
--- trunk/libavcodec/ac3dec_data.c (original)
+++ trunk/libavcodec/ac3dec_data.c Thu Aug 28 01:44:34 2008
@@ -1072,7 +1072,7 @@ static const int16_t vq_hebap7[512][6] =
{ 3231, -3284, 27336, 4174, -1683, 497},
};
-const int16_t (*ff_eac3_vq_hebap[8])[6] = {
+const int16_t (*ff_eac3_mantissa_vq[8])[6] = {
NULL,
vq_hebap1,
vq_hebap2,
Modified: trunk/libavcodec/ac3dec_data.h
==============================================================================
--- trunk/libavcodec/ac3dec_data.h (original)
+++ trunk/libavcodec/ac3dec_data.h Thu Aug 28 01:44:34 2008
@@ -31,7 +31,7 @@ extern const int16_t ff_eac3_gaq_remap_1
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];
More information about the ffmpeg-cvslog
mailing list