Browse Source

wtvdec: Removed unused variable

tags/n3.0
Timothy Gu 10 years ago
parent
commit
e5a6dcac47
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/wtvdec.c

+ 0
- 1
libavformat/wtvdec.c View File

@@ -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;


Loading…
Cancel
Save