Go to the source code of this file.
#define MP3_PACKET_SIZE 1024 |
Try to find Xing/Info/VBRI tags and compute duration from info therein.
Definition at line 77 of file mp3dec.c.
Referenced by mp3_read_header().
Initial value:= {
.name = "mp3",
.extensions = "mp2,mp3,m2a",
}
static int mp3_read_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int mp3_read_probe(AVProbeData *p)
static int mp3_read_header(AVFormatContext *s, AVFormatParameters *ap)
Definition at line 191 of file mp3dec.c.