Go to the source code of this file.
#define MAX_EXTRADATA_SIZE 1024 |
Initial value:= {
{"smc-interval", "StreamMuxConfig interval.",
}
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
Definition at line 43 of file latmenc.c.
Initial value:= {
.class_name = "LATM/LOAS muxer",
}
static const AVOption options[]
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
Definition at line 49 of file latmenc.c.
Initial value:= {
.name = "latm",
.mime_type = "audio/MP4A-LATM",
.extensions = "latm,loas",
}
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
static const AVClass latm_muxer_class
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int latm_write_packet(AVFormatContext *s, AVPacket *pkt)
static int latm_write_header(AVFormatContext *s)
static void write_header(FFV1Context *f)
static int latm_check_bitstream(struct AVFormatContext *s, const AVPacket *pkt)
Definition at line 243 of file latmenc.c.