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.",
}
#define AV_OPT_FLAG_ENCODING_PARAM
A generic parameter which can be set by the user for muxing or encoding.
@ AV_OPT_TYPE_INT
Underlying C type is int.
Definition at line 47 of file latmenc.c.
◆ latm_muxer_class
Initial value:= {
.class_name = "LATM/LOAS muxer",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
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",
}
static int latm_write_header(AVFormatContext *s)
static const AVClass latm_muxer_class
static int latm_check_bitstream(AVFormatContext *s, AVStream *st, const AVPacket *pkt)
static int latm_write_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define FF_OFMT_FLAG_MAX_ONE_OF_EACH
If this flag is set, it indicates that for each codec type whose corresponding default codec (i....
Definition at line 263 of file latmenc.c.