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
005ab694
Commit
005ab694
authored
Dec 30, 2007
by
Justin Ruggles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused context variable
Originally committed as revision 11353 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
f9a9b350
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
ac3dec.c
libavcodec/ac3dec.c
+0
-2
No files found.
libavcodec/ac3dec.c
View file @
005ab694
...
...
@@ -126,7 +126,6 @@ static const uint8_t ac3_default_coeffs[8][5][2] = {
typedef
struct
{
int
channel_mode
;
///< channel mode (acmod)
int
dolby_surround_mode
;
///< dolby surround mode
int
block_switch
[
AC3_MAX_CHANNELS
];
///< block switch flags
int
dither_flag
[
AC3_MAX_CHANNELS
];
///< dither flags
int
dither_all
;
///< true if all channels are dithered
...
...
@@ -336,7 +335,6 @@ static int ac3_parse_header(AC3DecodeContext *ctx)
ctx
->
channel_mode
=
hdr
.
channel_mode
;
center_mix_level
=
gain_levels
[
center_levels
[
hdr
.
center_mix_level
]];
surround_mix_level
=
gain_levels
[
surround_levels
[
hdr
.
surround_mix_level
]];
ctx
->
dolby_surround_mode
=
hdr
.
dolby_surround_mode
;
ctx
->
lfe_on
=
hdr
.
lfe_on
;
ctx
->
bit_alloc_params
.
sr_shift
=
hdr
.
sr_shift
;
ctx
->
sampling_rate
=
hdr
.
sample_rate
;
...
...
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