Go to the source code of this file.
◆ MAX_EXTRADATA_SIZE
#define MAX_EXTRADATA_SIZE 1024 |
◆ latm_decode_extradata()
static int latm_decode_extradata |
( |
AVFormatContext * |
s, |
|
|
uint8_t * |
buf, |
|
|
int |
size |
|
) |
| |
|
static |
◆ latm_write_header()
◆ copy_bits()
static void copy_bits |
( |
PutBitContext * |
pb, |
|
|
const uint8_t * |
src, |
|
|
int |
length |
|
) |
| |
|
static |
◆ latm_write_frame_header()
◆ latm_write_packet()
◆ latm_check_bitstream()
◆ options
Initial value:= {
{"smc-interval", "StreamMuxConfig interval.",
}
Definition at line 47 of file latmenc.c.
◆ latm_muxer_class
Initial value:= {
.class_name = "LATM/LOAS muxer",
}
Definition at line 53 of file latmenc.c.
◆ ff_latm_muxer
Initial value:= {
.p.name = "latm",
.p.mime_type = "audio/MP4A-LATM",
.p.extensions = "latm,loas",
}
Definition at line 263 of file latmenc.c.