projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5a2091
)
use correct table name
author
Justin Ruggles
<justin.ruggles@gmail.com>
Sun, 31 Aug 2008 02:58:21 +0000
(
02:58
+0000)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Sun, 31 Aug 2008 02:58:21 +0000
(
02:58
+0000)
Originally committed as revision 15099 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/eac3dec.c
patch
|
blob
|
history
diff --git
a/libavcodec/eac3dec.c
b/libavcodec/eac3dec.c
index
836cb8e
..
7f43e63
100644
(file)
--- a/
libavcodec/eac3dec.c
+++ b/
libavcodec/eac3dec.c
@@
-131,7
+131,7
@@
void ff_eac3_decode_transform_coeffs_aht_ch(AC3DecodeContext *s, int ch)
/* 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 */