Go to the source code of this file.
§ ADTS_HEADER_SIZE
#define ADTS_HEADER_SIZE 7 |
§ ADTS_MAX_FRAME_BYTES
#define ADTS_MAX_FRAME_BYTES ((1 << 13) - 1) |
§ adts_decode_extradata()
§ adts_write_header()
§ adts_write_frame_header()
static int adts_write_frame_header |
( |
ADTSContext * |
ctx, |
|
|
uint8_t * |
buf, |
|
|
int |
size, |
|
|
int |
pce_size |
|
) |
| |
|
static |
§ adts_write_packet()
§ ff_adts_muxer
Initial value:= {
.name = "adts",
.mime_type = "audio/aac",
.extensions = "aac,adts",
}
static int adts_write_packet(AVFormatContext *s, AVPacket *pkt)
static int adts_write_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static void write_header(FFV1Context *f)
Definition at line 165 of file adtsenc.c.