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
c36ea060
Commit
c36ea060
authored
Aug 05, 2009
by
Justin Ruggles
Browse files
cosmetics after last commit
Originally committed as revision 19586 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
3f937168
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
libavcodec/ac3dec.c
libavcodec/ac3dec.c
+2
-4
No files found.
libavcodec/ac3dec.c
View file @
c36ea060
...
...
@@ -730,8 +730,7 @@ static void ac3_upmix_delay(AC3DecodeContext *s)
static
void
decode_band_structure
(
GetBitContext
*
gbc
,
int
blk
,
int
eac3
,
int
ecpl
,
int
start_subband
,
int
end_subband
,
const
uint8_t
*
default_band_struct
,
int
*
num_bands
,
uint8_t
*
band_sizes
)
int
*
num_bands
,
uint8_t
*
band_sizes
)
{
int
subbnd
,
bnd
,
n_subbands
,
n_bands
=
0
;
uint8_t
bnd_sz
[
22
];
...
...
@@ -881,8 +880,7 @@ static int decode_audio_block(AC3DecodeContext *s, int blk)
decode_band_structure
(
gbc
,
blk
,
s
->
eac3
,
0
,
cpl_start_subband
,
cpl_end_subband
,
ff_eac3_default_cpl_band_struct
,
&
s
->
num_cpl_bands
,
s
->
cpl_band_sizes
);
&
s
->
num_cpl_bands
,
s
->
cpl_band_sizes
);
}
else
{
/* coupling not in use */
for
(
ch
=
1
;
ch
<=
fbw_channels
;
ch
++
)
{
...
...
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