[FFmpeg-cvslog] mp3dec: remove unused variable

Michael Niedermayer git at videolan.org
Mon Oct 29 22:17:49 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Oct 29 21:59:32 2012 +0100| [91295f03d41c67546ff97bef596b8da24887e071] | committer: Michael Niedermayer

mp3dec: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=91295f03d41c67546ff97bef596b8da24887e071
---

 libavformat/mp3dec.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c
index d3f7cbd..d11dceb 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) {



More information about the ffmpeg-cvslog mailing list