Go to the source code of this file.
◆ XING_NUM_BAGS
#define XING_NUM_BAGS 400 |
◆ XING_TOC_SIZE
#define XING_TOC_SIZE 100 |
◆ XING_SIZE
◆ id3v1_set_string()
◆ id3v1_create_tag()
◆ mp3_write_xing()
◆ mp3_xing_add_frame()
◆ mp3_write_audio_packet()
◆ mp3_queue_flush()
◆ mp3_update_xing()
◆ mp3_write_trailer()
◆ query_codec()
◆ mp3_write_packet()
◆ mp3_init()
Write an ID3v2 header at beginning of stream.
Definition at line 565 of file mp3enc.c.
◆ mp3_write_header()
◆ mp3_deinit()
◆ xing_offtbl
const uint8_t xing_offtbl[2][2] = {{32, 17}, {17, 9}} |
|
static |
◆ options
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.",
}
Definition at line 503 of file mp3enc.c.
◆ mp3_muxer_class
Initial value:= {
.class_name = "MP3 muxer",
}
Definition at line 513 of file mp3enc.c.
◆ ff_mp3_muxer
Initial value:= {
.name = "mp3",
.mime_type = "audio/mpeg",
.extensions = "mp3",
}
Definition at line 639 of file mp3enc.c.
static av_cold int init(AVCodecContext *avctx)
@ AV_CODEC_ID_MP3
preferred ID for decoding MPEG audio layer 1, 2 or 3
static int mp3_write_header(struct AVFormatContext *s)
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
static int query_codec(enum AVCodecID id, int std_compliance)
static int mp3_write_trailer(struct AVFormatContext *s)
#define LIBAVUTIL_VERSION_INT
static int write_trailer(AVFormatContext *s1)
const char * av_default_item_name(void *ptr)
Return the context name.
static int mp3_write_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
static void mp3_deinit(struct AVFormatContext *s)
static const AVOption options[]
#define flags(name, subs,...)
static void write_header(FFV1Context *f)
static int mp3_init(struct AVFormatContext *s)
Write an ID3v2 header at beginning of stream.
static const AVClass mp3_muxer_class