FFmpeg
Functions | Variables
binka.c File Reference
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"

Go to the source code of this file.

Functions

static int binka_probe (const AVProbeData *p)
 
static int binka_read_header (AVFormatContext *s)
 
static int binka_read_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

const FFInputFormat ff_binka_demuxer
 

Function Documentation

◆ binka_probe()

static int binka_probe ( const AVProbeData p)
static

Definition at line 26 of file binka.c.

◆ binka_read_header()

static int binka_read_header ( AVFormatContext s)
static

Definition at line 34 of file binka.c.

◆ binka_read_packet()

static int binka_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 63 of file binka.c.

Variable Documentation

◆ ff_binka_demuxer

const FFInputFormat ff_binka_demuxer
Initial value:
= {
.p.name = "binka",
.p.long_name = NULL_IF_CONFIG_SMALL("Bink Audio"),
.p.flags = AVFMT_GENERIC_INDEX,
.p.extensions = "binka",
.read_probe = binka_probe,
.read_header = binka_read_header,
.read_packet = binka_read_packet,
}

Definition at line 93 of file binka.c.

binka_read_packet
static int binka_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: binka.c:63
AVFMT_GENERIC_INDEX
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:480
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:94
binka_probe
static int binka_probe(const AVProbeData *p)
Definition: binka.c:26
binka_read_header
static int binka_read_header(AVFormatContext *s)
Definition: binka.c:34