Mercurial > libavcodec.hg
changeset 7754:b7c59017beb8 libavcodec
use correct table name
author | jbr |
---|---|
date | Sun, 31 Aug 2008 02:58:21 +0000 |
parents | 5e65094bbc23 |
children | 1c0e498ac7bd |
files | eac3dec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/eac3dec.c Sun Aug 31 02:39:55 2008 +0000 +++ b/eac3dec.c Sun Aug 31 02:58:21 2008 +0000 @@ -131,7 +131,7 @@ /* Vector Quantization */ int v = get_bits(gbc, bits); for (blk = 0; blk < 6; blk++) { - s->pre_mantissa[ch][bin][blk] = ff_eac3_vq_hebap[hebap][v][blk] << 8; + s->pre_mantissa[ch][bin][blk] = ff_eac3_mantissa_vq[hebap][v][blk] << 8; } } else { /* Gain Adaptive Quantization */