Fix various unused variable warnings
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
fd38a15adf
commit
adba9c6352
31 changed files with 40 additions and 55 deletions
|
@ -80,8 +80,8 @@ static av_cold int rl2_read_header(AVFormatContext *s,
|
|||
unsigned int audio_frame_counter = 0;
|
||||
unsigned int video_frame_counter = 0;
|
||||
unsigned int back_size;
|
||||
int data_size;
|
||||
unsigned short encoding_method;
|
||||
int data_size av_unused;
|
||||
unsigned short encoding_method av_unused;
|
||||
unsigned short sound_rate;
|
||||
unsigned short rate;
|
||||
unsigned short channels;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue