mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
rmdec: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
8cc77646c0
commit
e6dc0da504
@ -322,7 +322,7 @@ ff_rm_read_mdpr_codecdata (AVFormatContext *s, AVIOContext *pb,
|
||||
st->codec->codec_id = ff_codec_get_id(ff_rm_codec_tags,
|
||||
st->codec->codec_tag);
|
||||
} else if(mime && !strcmp(mime, "logical-fileinfo")){
|
||||
int stream_count, rule_count, property_count, i, type;
|
||||
int stream_count, rule_count, property_count, i;
|
||||
ff_free_stream(s, st);
|
||||
if (avio_rb16(pb) != 0) {
|
||||
av_log(s, AV_LOG_WARNING, "Unsupported version\n");
|
||||
|
Loading…
Reference in New Issue
Block a user