FFmpeg  1.2.4
Functions | Variables
loasdec.c File Reference
#include "libavutil/intreadwrite.h"
#include "libavutil/internal.h"
#include "avformat.h"
#include "internal.h"
#include "rawdec.h"

Go to the source code of this file.

Functions

static int loas_probe (AVProbeData *p)
static int loas_read_header (AVFormatContext *s)

Variables

AVInputFormat ff_loas_demuxer

Function Documentation

static int loas_probe ( AVProbeData p)
static

Definition at line 28 of file loasdec.c.

static int loas_read_header ( AVFormatContext s)
static

Definition at line 61 of file loasdec.c.

Variable Documentation

AVInputFormat ff_loas_demuxer
Initial value:
{
.name = "loas",
.long_name = NULL_IF_CONFIG_SMALL("LOAS AudioSyncStream"),
.read_probe = loas_probe,
.read_header = loas_read_header,
.raw_codec_id = AV_CODEC_ID_AAC_LATM,
}

Definition at line 79 of file loasdec.c.