Go to the source code of this file.
static int latm_decode_extradata |
( |
LATMContext * |
ctx, |
|
|
uint8_t * |
buf, |
|
|
int |
size |
|
) |
| |
|
static |
Initial value:= {
.name = "latm",
.mime_type = "audio/MP4A-LATM",
.extensions = "latm",
}
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)
Definition at line 180 of file latmenc.c.
Initial value:= {
.class_name = "LATM/LOAS muxer",
}
static const AVOption options[]
Definition at line 44 of file latmenc.c.
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 38 of file latmenc.c.