diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-07-28 12:18:51 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-07-28 14:36:51 +0200 |
commit | 61f8bb74f33931c899482f5cca17ded571b07d4e (patch) | |
tree | 365a39610cf3c83548af478c7de56925c8621a22 /libavformat/mp3dec.c | |
parent | b3fa4788231b0e7bf73d6123e39a278d26d1c3e5 (diff) | |
download | ffmpeg-61f8bb74f33931c899482f5cca17ded571b07d4e.tar.gz |
mp3dec: remove commented out cruft.
Diffstat (limited to 'libavformat/mp3dec.c')
-rw-r--r-- | libavformat/mp3dec.c | 1 |
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; |