loasdec.c File Reference
#include "libavutil/intreadwrite.h"
#include "libavutil/internal.h"
#include "avformat.h"
#include "internal.h"
#include "rawdec.h"
Include dependency graph for loasdec.c:

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,
}
static int loas_read_header(AVFormatContext *s)
Definition: loasdec.c:61
int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int loas_probe(AVProbeData *p)
Definition: loasdec.c:28
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:353

Definition at line 79 of file loasdec.c.