mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
mp3dec: remove commented out cruft.
This commit is contained in:
parent
b3fa478823
commit
61f8bb74f3
@ -186,7 +186,6 @@ static int mp3_read_header(AVFormatContext *s)
|
|||||||
static int mp3_read_packet(AVFormatContext *s, AVPacket *pkt)
|
static int mp3_read_packet(AVFormatContext *s, AVPacket *pkt)
|
||||||
{
|
{
|
||||||
int ret, size;
|
int ret, size;
|
||||||
// AVStream *st = s->streams[0];
|
|
||||||
|
|
||||||
size= MP3_PACKET_SIZE;
|
size= MP3_PACKET_SIZE;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user