projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8cc7764
)
rmdec: remove unused variable
author
Michael Niedermayer
<michaelni@gmx.at>
Mon, 3 Sep 2012 20:40:41 +0000
(22:40 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 3 Sep 2012 20:40:41 +0000
(22:40 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/rmdec.c
patch
|
blob
|
history
diff --git
a/libavformat/rmdec.c
b/libavformat/rmdec.c
index
84ebd55
..
3cbf3f5
100644
(file)
--- 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");