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
@@ -280,7 +280,7 @@ ff_rm_read_mdpr_codecdata (AVFormatContext *s, AVIOContext *pb,
|
||||
if (rm_read_audio_stream_info(s, pb, st, rst, 0))
|
||||
return -1;
|
||||
} else {
|
||||
int fps, fps2;
|
||||
int fps, fps2 av_unused;
|
||||
if (avio_rl32(pb) != MKTAG('V', 'I', 'D', 'O')) {
|
||||
fail1:
|
||||
av_log(st->codec, AV_LOG_ERROR, "Unsupported video codec\n");
|
||||
|
Reference in New Issue
Block a user