From 61f8bb74f33931c899482f5cca17ded571b07d4e Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 28 Jul 2012 12:18:51 +0200 Subject: [PATCH] mp3dec: remove commented out cruft. --- libavformat/mp3dec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c index 39875201e3..4344e8efcf 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;