[FFmpeg-cvslog] mp3dec: remove commented out cruft.

Anton Khirnov git at videolan.org
Sun Jul 29 02:26:23 CEST 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Jul 28 12:18:51 2012 +0200| [61f8bb74f33931c899482f5cca17ded571b07d4e] | committer: Anton Khirnov

mp3dec: remove commented out cruft.

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

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

diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c
index 3987520..4344e8e 100644
--- a/libavformat/mp3dec.c
+++ b/libavformat/mp3dec.c
@@ -186,7 +186,6 @@ static int mp3_read_header(AVFormatContext *s)
 static int mp3_read_packet(AVFormatContext *s, AVPacket *pkt)
 {
     int ret, size;
-    //    AVStream *st = s->streams[0];
 
     size= MP3_PACKET_SIZE;
 



More information about the ffmpeg-cvslog mailing list