Go to the source code of this file.
#define ADTS_HEADER_SIZE 7 |
#define ADTS_MAX_FRAME_BYTES ((1 << 13) - 1) |
Initial value:= {
.class_name = "ADTS muxer",
}
#define LIBAVUTIL_VERSION_INT
static const AVOption options[]
Definition at line 208 of file adtsenc.c.
Initial value:= {
.name = "adts",
.mime_type = "audio/aac",
.extensions = "aac,adts",
}
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
static int adts_write_packet(AVFormatContext *s, AVPacket *pkt)
static int adts_write_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int write_trailer(AVFormatContext *s1)
static const AVClass adts_muxer_class
static void write_header(FFV1Context *f)
static int adts_write_trailer(AVFormatContext *s)
Definition at line 215 of file adtsenc.c.