ffmpeg | branch: master | Timothy Gu <timothyg...@gmail.com> | Sun Jan 31 15:52:23 2016 -0800| [e5a6dcac47c2f778c69e443aa95b780baeedc46e] | committer: Timothy Gu
wtvdec: Removed unused variable > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e5a6dcac47c2f778c69e443aa95b780baeedc46e --- libavformat/wtvdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/wtvdec.c b/libavformat/wtvdec.c index 1deb4d9..71deaf0 100644 --- a/libavformat/wtvdec.c +++ b/libavformat/wtvdec.c @@ -1027,7 +1027,6 @@ static int read_header(AVFormatContext *s) if (wtv->nb_index_entries) { pb = wtvfile_open(s, root, root_size, ff_timeline_table_0_entries_Events_le16); if (pb) { - int i; AVIndexEntry *e = wtv->index_entries; AVIndexEntry *e_end = wtv->index_entries + wtv->nb_index_entries - 1; uint64_t last_position = 0; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog