mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avformat/mp3dec: remove unused variable
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
a8fbb7b625
commit
2db8c42ddc
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue