diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-27 23:44:34 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-27 23:44:34 +0000 |
commit | 53e6fbb4c503927d4847d9470ca2a2fc91db2590 (patch) | |
tree | 307af1e8281b36962d00880993dbd8483335ea9f /libavcodec/ac3dec_data.c | |
parent | f1c80e35783e910f5fe5ce643645029a7e517c8f (diff) | |
download | ffmpeg-53e6fbb4c503927d4847d9470ca2a2fc91db2590.tar.gz |
cosmetics: rename a table
Originally committed as revision 15003 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3dec_data.c')
-rw-r--r-- | libavcodec/ac3dec_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3dec_data.c b/libavcodec/ac3dec_data.c index bb688bc1bf..9404175b90 100644 --- a/libavcodec/ac3dec_data.c +++ b/libavcodec/ac3dec_data.c @@ -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, |