FFmpeg
Functions | Variables
binka.c File Reference
#include "libavutil/intreadwrite.h"
#include "avformat.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

AVInputFormat ff_binka_demuxer
 

Function Documentation

◆ binka_probe()

static int binka_probe ( const AVProbeData p)
static

Definition at line 25 of file binka.c.

◆ binka_read_header()

static int binka_read_header ( AVFormatContext s)
static

Definition at line 33 of file binka.c.

◆ binka_read_packet()

static int binka_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 62 of file binka.c.

Variable Documentation

◆ ff_binka_demuxer

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

Definition at line 92 of file binka.c.

binka_read_packet
static int binka_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: binka.c:62
AVFMT_GENERIC_INDEX
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:463
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:117
binka_probe
static int binka_probe(const AVProbeData *p)
Definition: binka.c:25
binka_read_header
static int binka_read_header(AVFormatContext *s)
Definition: binka.c:33