FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
boadec.c File Reference
#include "libavutil/intreadwrite.h"
#include "avformat.h"

Go to the source code of this file.

Functions

static int probe (AVProbeData *p)
 
static int read_header (AVFormatContext *s)
 
static int read_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

AVInputFormat ff_boa_demuxer
 

Function Documentation

static int probe ( AVProbeData p)
static

Definition at line 25 of file boadec.c.

static int read_header ( AVFormatContext s)
static

Definition at line 42 of file boadec.c.

static int read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 64 of file boadec.c.

Variable Documentation

AVInputFormat ff_boa_demuxer
Initial value:
= {
.name = "boa",
.long_name = NULL_IF_CONFIG_SMALL("Black Ops Audio"),
.read_probe = probe,
.read_header = read_header,
.read_packet = read_packet,
}

Definition at line 71 of file boadec.c.