---
 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;
 
-- 
1.7.10.4

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to