Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
9cf8ebe3
Commit
9cf8ebe3
authored
Aug 31, 2008
by
Justin Ruggles
Browse files
use correct table name
Originally committed as revision 15099 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
c5a20912
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libavcodec/eac3dec.c
libavcodec/eac3dec.c
+1
-1
No files found.
libavcodec/eac3dec.c
View file @
9cf8ebe3
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment