Fix various unused variable warnings
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:

committed by
Michael Niedermayer

parent
fd38a15adf
commit
adba9c6352
@@ -85,7 +85,7 @@ static int sol_channels(int magic, int type)
|
||||
static int sol_read_header(AVFormatContext *s,
|
||||
AVFormatParameters *ap)
|
||||
{
|
||||
int size;
|
||||
int size av_unused;
|
||||
unsigned int magic,tag;
|
||||
AVIOContext *pb = s->pb;
|
||||
unsigned int id, channels, rate, type;
|
||||
|
Reference in New Issue
Block a user