[FFmpeg-cvslog] avformat/mp3dec: Remove unused variable

Michael Niedermayer git at videolan.org
Fri Jan 1 21:31:10 CET 2016


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Fri Jan  1 21:03:33 2016 +0100| [dbfb2c1abfe8f70ed958d84039f20cf3409c05ec] | committer: Michael Niedermayer

avformat/mp3dec: Remove unused variable

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

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

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

diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c
index 0a984d7..c76b21e 100644
--- a/libavformat/mp3dec.c
+++ b/libavformat/mp3dec.c
@@ -64,7 +64,7 @@ static int check(AVIOContext *pb, int64_t pos, uint32_t *header);
 static int mp3_read_probe(AVProbeData *p)
 {
     int max_frames, first_frames = 0;
-    int fsize, frames, ret;
+    int frames, ret;
     uint32_t header;
     const uint8_t *buf, *buf0, *buf2, *end;
 



More information about the ffmpeg-cvslog mailing list