Commit e6dc0da5 authored by Michael Niedermayer's avatar Michael Niedermayer

rmdec: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8cc77646
...@@ -322,7 +322,7 @@ ff_rm_read_mdpr_codecdata (AVFormatContext *s, AVIOContext *pb, ...@@ -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_id = ff_codec_get_id(ff_rm_codec_tags,
st->codec->codec_tag); st->codec->codec_tag);
} else if(mime && !strcmp(mime, "logical-fileinfo")){ } 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); ff_free_stream(s, st);
if (avio_rb16(pb) != 0) { if (avio_rb16(pb) != 0) {
av_log(s, AV_LOG_WARNING, "Unsupported version\n"); av_log(s, AV_LOG_WARNING, "Unsupported version\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment