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
73ba2c1e
Commit
73ba2c1e
authored
Dec 30, 2011
by
Paul B Mahol
Committed by
Carl Eugen Hoyos
Dec 30, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mp3enc: remove unused variable
parent
5ff2c495
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mp3enc.c
libavformat/mp3enc.c
+1
-1
No files found.
libavformat/mp3enc.c
View file @
73ba2c1e
...
@@ -160,7 +160,7 @@ static int mp3_write_xing(AVFormatContext *s)
...
@@ -160,7 +160,7 @@ static int mp3_write_xing(AVFormatContext *s)
int
best_bitrate_idx
;
int
best_bitrate_idx
;
int
best_bitrate_error
=
INT_MAX
;
int
best_bitrate_error
=
INT_MAX
;
int64_t
xing_offset
;
int64_t
xing_offset
;
int32_t
mask
,
header
;
int32_t
header
;
MPADecodeHeader
c
;
MPADecodeHeader
c
;
int
srate_idx
,
i
,
channels
;
int
srate_idx
,
i
,
channels
;
int
needed
;
int
needed
;
...
...
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