[FFmpeg-cvslog] rmdec: remove unused variable
Michael Niedermayer
git at videolan.org
Mon Sep 3 22:44:49 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Sep 3 22:40:41 2012 +0200| [e6dc0da504c80d8dd0ed45f0d0b2c8b730eae54a] | committer: Michael Niedermayer
rmdec: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e6dc0da504c80d8dd0ed45f0d0b2c8b730eae54a
---
libavformat/rmdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index 84ebd55..3cbf3f5 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -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");
More information about the ffmpeg-cvslog
mailing list