#include "libavcodec/get_bits.h"
#include "libavcodec/put_bits.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/mpeg4audio.h"
#include "libavutil/opt.h"
#include "avformat.h"
Go to the source code of this file.
Function Documentation
static int latm_decode_extradata |
( |
LATMContext * |
ctx, |
|
|
uint8_t * |
buf, |
|
|
int |
size | |
|
) |
| | [static] |
Variable Documentation
Initial value: {
.name = "latm",
.long_name = NULL_IF_CONFIG_SMALL("LOAS/LATM"),
.mime_type = "audio/MP4A-LATM",
.extensions = "latm",
.priv_data_size = sizeof(LATMContext),
.audio_codec = CODEC_ID_AAC,
.video_codec = CODEC_ID_NONE,
.write_header = latm_write_header,
.write_packet = latm_write_packet,
.priv_class = &latm_muxer_class,
}
Definition at line 180 of file latmenc.c.
Initial value:
Definition at line 44 of file latmenc.c.
Initial value:
Definition at line 38 of file latmenc.c.