Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
c36ea060
Commit
c36ea060
authored
Aug 05, 2009
by
Justin Ruggles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics after last commit
Originally committed as revision 19586 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
3f937168
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
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