#include "libavcodec/bitstream.h"
#include "libavcodec/internal.h"
#include "avformat.h"
Go to the source code of this file.
Data Structures | |
struct | ADTSContext |
Defines | |
#define | ADTS_HEADER_SIZE 7 |
Functions | |
static int | decode_extradata (AVFormatContext *s, ADTSContext *adts, uint8_t *buf, int size) |
static int | adts_write_header (AVFormatContext *s) |
static int | adts_write_frame_header (AVFormatContext *s, int size) |
static int | adts_write_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVOutputFormat | adts_muxer |
#define ADTS_HEADER_SIZE 7 |
static int adts_write_frame_header | ( | AVFormatContext * | s, | |
int | size | |||
) | [static] |
static int adts_write_header | ( | AVFormatContext * | s | ) | [static] |
static int adts_write_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
static int decode_extradata | ( | AVFormatContext * | s, | |
ADTSContext * | adts, | |||
uint8_t * | buf, | |||
int | size | |||
) | [static] |
Initial value:
{ "adts", NULL_IF_CONFIG_SMALL("ADTS AAC"), "audio/aac", "aac", sizeof(ADTSContext), CODEC_ID_AAC, CODEC_ID_NONE, adts_write_header, adts_write_packet, }