#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "rawdec.h"
#include "id3v1.h"
Go to the source code of this file.
Functions | |
static int | adts_aac_probe (AVProbeData *p) |
static int | adts_aac_read_header (AVFormatContext *s, AVFormatParameters *ap) |
Variables | |
AVInputFormat | ff_aac_demuxer |
static int adts_aac_probe | ( | AVProbeData * | p | ) | [static] |
static int adts_aac_read_header | ( | AVFormatContext * | s, | |
AVFormatParameters * | ap | |||
) | [static] |
Initial value:
{ "aac", NULL_IF_CONFIG_SMALL("raw ADTS AAC"), 0, adts_aac_probe, adts_aac_read_header, ff_raw_read_partial_packet, .flags= AVFMT_GENERIC_INDEX, .extensions = "aac", .value = CODEC_ID_AAC, }