Go to the source code of this file.
#define XING_NUM_BAGS 400 |
#define XING_TOC_SIZE 100 |
Write an ID3v2 header at beginning of stream.
Definition at line 553 of file mp3enc.c.
const uint8_t xing_offtbl[2][2] = {{32, 17}, {17, 9}} |
|
static |
Initial value:= {
{ "id3v2_version", "Select ID3v2 version to write. Currently 3 and 4 are supported.",
{ "write_id3v1", "Enable ID3v1 writing. ID3v1 tags are written in UTF-8 which may not be supported by most software.",
{ "write_xing", "Write the Xing header containing file duration.",
}
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
Definition at line 491 of file mp3enc.c.
Initial value:= {
.class_name = "MP3 muxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption options[]
Definition at line 501 of file mp3enc.c.
Initial value:= {
.name = "mp3",
.mime_type = "audio/mpeg",
.extensions = "mp3",
}
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
static int mp3_write_trailer(struct AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
preferred ID for decoding MPEG audio layer 1, 2 or 3
static int write_trailer(AVFormatContext *s1)
static int query_codec(enum AVCodecID id, int std_compliance)
static const AVClass mp3_muxer_class
static int mp3_write_header(struct AVFormatContext *s)
Write an ID3v2 header at beginning of stream.
static void write_header(FFV1Context *f)
static int mp3_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 611 of file mp3enc.c.