X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmp3dec.c;h=d11dceb52d61bb8342543840a20bda727f1baa0e;hb=076300bf8b43d5d56a91cd2ad845d596969c87cf;hp=d3f7cbdfc6286b94a91e52d7cb0e6be535df2d71;hpb=d0ac26a264e5b9d5d7d19efddd7205faf1e124d4;p=ffmpeg diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c index d3f7cbdfc62..d11dceb52d6 100644 --- a/libavformat/mp3dec.c +++ b/libavformat/mp3dec.c @@ -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) {