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
95330265
Commit
95330265
authored
Jul 13, 2011
by
Justin Ruggles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: indentation
parent
08a747af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
eac3enc.c
libavcodec/eac3enc.c
+3
-3
No files found.
libavcodec/eac3enc.c
View file @
95330265
...
...
@@ -170,9 +170,9 @@ void ff_eac3_output_frame_header(AC3EncodeContext *s)
for
(
ch
=
!
s
->
cpl_on
;
ch
<=
s
->
fbw_channels
;
ch
++
)
put_bits
(
&
s
->
pb
,
5
,
s
->
frame_exp_strategy
[
ch
]);
}
else
{
for
(
blk
=
0
;
blk
<
AC3_MAX_BLOCKS
;
blk
++
)
for
(
ch
=
!
s
->
blocks
[
blk
].
cpl_in_use
;
ch
<=
s
->
fbw_channels
;
ch
++
)
put_bits
(
&
s
->
pb
,
2
,
s
->
exp_strategy
[
ch
][
blk
]);
for
(
blk
=
0
;
blk
<
AC3_MAX_BLOCKS
;
blk
++
)
for
(
ch
=
!
s
->
blocks
[
blk
].
cpl_in_use
;
ch
<=
s
->
fbw_channels
;
ch
++
)
put_bits
(
&
s
->
pb
,
2
,
s
->
exp_strategy
[
ch
][
blk
]);
}
if
(
s
->
lfe_on
)
{
for
(
blk
=
0
;
blk
<
AC3_MAX_BLOCKS
;
blk
++
)
...
...
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