diff options
author | Timothy Gu <timothygu99@gmail.com> | 2016-01-31 15:52:23 -0800 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2016-01-31 15:52:23 -0800 |
commit | e5a6dcac47c2f778c69e443aa95b780baeedc46e (patch) | |
tree | f774620471f05e606e9d47a2696df260425db283 /libavformat/wtvdec.c | |
parent | 180f9a09588d1c68983692bb5245213956fdde11 (diff) | |
download | ffmpeg-e5a6dcac47c2f778c69e443aa95b780baeedc46e.tar.gz |
wtvdec: Removed unused variable
Diffstat (limited to 'libavformat/wtvdec.c')
-rw-r--r-- | libavformat/wtvdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/wtvdec.c b/libavformat/wtvdec.c index 1deb4d9b8c..71deaf0aa6 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; |