Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
c36ea060
Commit
c36ea060
authored
15 years ago
by
Justin Ruggles
Browse files
Options
Downloads
Patches
Plain Diff
cosmetics after last commit
Originally committed as revision 19586 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
3f937168
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libavcodec/ac3dec.c
+2
-4
2 additions, 4 deletions
libavcodec/ac3dec.c
with
2 additions
and
4 deletions
libavcodec/ac3dec.c
+
2
−
4
View file @
c36ea060
...
@@ -730,8 +730,7 @@ static void ac3_upmix_delay(AC3DecodeContext *s)
...
@@ -730,8 +730,7 @@ static void ac3_upmix_delay(AC3DecodeContext *s)
static
void
decode_band_structure
(
GetBitContext
*
gbc
,
int
blk
,
int
eac3
,
static
void
decode_band_structure
(
GetBitContext
*
gbc
,
int
blk
,
int
eac3
,
int
ecpl
,
int
start_subband
,
int
end_subband
,
int
ecpl
,
int
start_subband
,
int
end_subband
,
const
uint8_t
*
default_band_struct
,
const
uint8_t
*
default_band_struct
,
int
*
num_bands
,
int
*
num_bands
,
uint8_t
*
band_sizes
)
uint8_t
*
band_sizes
)
{
{
int
subbnd
,
bnd
,
n_subbands
,
n_bands
=
0
;
int
subbnd
,
bnd
,
n_subbands
,
n_bands
=
0
;
uint8_t
bnd_sz
[
22
];
uint8_t
bnd_sz
[
22
];
...
@@ -881,8 +880,7 @@ static int decode_audio_block(AC3DecodeContext *s, int blk)
...
@@ -881,8 +880,7 @@ static int decode_audio_block(AC3DecodeContext *s, int blk)
decode_band_structure
(
gbc
,
blk
,
s
->
eac3
,
0
,
cpl_start_subband
,
decode_band_structure
(
gbc
,
blk
,
s
->
eac3
,
0
,
cpl_start_subband
,
cpl_end_subband
,
cpl_end_subband
,
ff_eac3_default_cpl_band_struct
,
ff_eac3_default_cpl_band_struct
,
&
s
->
num_cpl_bands
,
&
s
->
num_cpl_bands
,
s
->
cpl_band_sizes
);
s
->
cpl_band_sizes
);
}
else
{
}
else
{
/* coupling not in use */
/* coupling not in use */
for
(
ch
=
1
;
ch
<=
fbw_channels
;
ch
++
)
{
for
(
ch
=
1
;
ch
<=
fbw_channels
;
ch
++
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment