summaryrefslogtreecommitdiff
path: root/libavformat/mp3dec.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-07-28 12:18:51 +0200
committerAnton Khirnov <anton@khirnov.net>2012-07-28 14:36:51 +0200
commit61f8bb74f33931c899482f5cca17ded571b07d4e (patch)
tree365a39610cf3c83548af478c7de56925c8621a22 /libavformat/mp3dec.c
parentb3fa4788231b0e7bf73d6123e39a278d26d1c3e5 (diff)
mp3dec: remove commented out cruft.
Diffstat (limited to 'libavformat/mp3dec.c')
-rw-r--r--libavformat/mp3dec.c1
1 files changed, 0 insertions, 1 deletions
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;