FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | 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.

Macros

#define LOAS_SYNC_WORD   0x2b7
 

Functions

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

Variables

AVInputFormat ff_loas_demuxer
 

Macro Definition Documentation

#define LOAS_SYNC_WORD   0x2b7

Definition at line 28 of file loasdec.c.

Referenced by loas_probe().

Function Documentation

static int loas_probe ( AVProbeData p)
static

Definition at line 30 of file loasdec.c.

static int loas_read_header ( AVFormatContext s)
static

Definition at line 68 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:68
int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt)
Definition: rawdec.c:35
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:175
static int loas_probe(AVProbeData *p)
Definition: loasdec.c:30
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:473

Definition at line 86 of file loasdec.c.