Browse Source

mp3dec: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Michael Niedermayer 13 years ago
parent
commit
91295f03d4
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/mp3dec.c

+ 0
- 1
libavformat/mp3dec.c View File

@@ -275,7 +275,6 @@ static int mp3_seek(AVFormatContext *s, int stream_index, int64_t timestamp,
AVIndexEntry *ie;
AVStream *st = s->streams[0];
int64_t ret = av_index_search_timestamp(st, timestamp, flags);
uint32_t header = 0;
int i, j;

if (!mp3->xing_toc) {


Loading…
Cancel
Save