Commit 2db8c42d authored by James Almer's avatar James Almer

avformat/mp3dec: remove unused variable

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent a8fbb7b6
......@@ -489,7 +489,6 @@ static int mp3_seek(AVFormatContext *s, int stream_index, int64_t timestamp,
AVStream *st = s->streams[0];
int64_t ret = av_index_search_timestamp(st, timestamp, flags);
int64_t best_pos;
int i;
if (mp3->usetoc == 2)
return -1; // generic index code
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment