You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
mp3dec: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -275,7 +275,6 @@ static int mp3_seek(AVFormatContext *s, int stream_index, int64_t timestamp,
|
|||||||
AVIndexEntry *ie;
|
AVIndexEntry *ie;
|
||||||
AVStream *st = s->streams[0];
|
AVStream *st = s->streams[0];
|
||||||
int64_t ret = av_index_search_timestamp(st, timestamp, flags);
|
int64_t ret = av_index_search_timestamp(st, timestamp, flags);
|
||||||
uint32_t header = 0;
|
|
||||||
int i, j;
|
int i, j;
|
||||||
|
|
||||||
if (!mp3->xing_toc) {
|
if (!mp3->xing_toc) {
|
||||||
|
Reference in New Issue
Block a user