mp3dec: remove commented out cruft.

This commit is contained in:
Anton Khirnov 2012-07-28 12:18:51 +02:00
parent b3fa478823
commit 61f8bb74f3
1 changed files with 0 additions and 1 deletions

View File

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