aacdec.c File Reference
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.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

Function Documentation

static int adts_aac_probe ( AVProbeData p)
static

Definition at line 30 of file aacdec.c.

static int adts_aac_read_header ( AVFormatContext s,
AVFormatParameters ap 
)
static

Definition at line 64 of file aacdec.c.

Variable Documentation

AVInputFormat ff_aac_demuxer
Initial value:
{
.name = "aac",
.long_name = NULL_IF_CONFIG_SMALL("raw ADTS AAC"),
.read_probe = adts_aac_probe,
.read_header = adts_aac_read_header,
.extensions = "aac",
.value = CODEC_ID_AAC,
}

Definition at line 85 of file aacdec.c.