]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mp3dec.c
lavfi: convert remaining input/output list compound literals to named objects.
[ffmpeg] / libavformat / mp3dec.c
index d3f7cbdfc6286b94a91e52d7cb0e6be535df2d71..d11dceb52d61bb8342543840a20bda727f1baa0e 100644 (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) {