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
4340a636
Commit
4340a636
authored
Jan 23, 2012
by
Justin Ruggles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vqa: remove unused context fields, audio_samplerate and audio_bits
parent
7e813d59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
westwood_vqa.c
libavformat/westwood_vqa.c
+0
-4
No files found.
libavformat/westwood_vqa.c
View file @
4340a636
...
...
@@ -54,10 +54,7 @@
#define VQA_PREAMBLE_SIZE 8
typedef
struct
WsVqaDemuxContext
{
int
audio_samplerate
;
int
audio_channels
;
int
audio_bits
;
int
audio_stream_index
;
int
video_stream_index
;
}
WsVqaDemuxContext
;
...
...
@@ -158,7 +155,6 @@ static int wsvqa_read_header(AVFormatContext *s,
}
wsvqa
->
audio_stream_index
=
st
->
index
;
wsvqa
->
audio_samplerate
=
st
->
codec
->
sample_rate
;
wsvqa
->
audio_channels
=
st
->
codec
->
channels
;
}
...
...
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