Commit 61f8bb74 authored by Anton Khirnov's avatar Anton Khirnov

mp3dec: remove commented out cruft.

parent b3fa4788
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment