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

Go to the source code of this file.

Functions

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

Variables

const FFInputFormat ff_ivf_demuxer
 

Function Documentation

◆ probe()

static int probe ( const AVProbeData p)
static

Definition at line 27 of file ivfdec.c.

◆ read_header()

static int read_header ( AVFormatContext s)
static

Definition at line 36 of file ivfdec.c.

◆ read_packet()

static int read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 79 of file ivfdec.c.

Variable Documentation

◆ ff_ivf_demuxer

const FFInputFormat ff_ivf_demuxer
Initial value:
= {
.p.name = "ivf",
.p.long_name = NULL_IF_CONFIG_SMALL("On2 IVF"),
.p.flags = AVFMT_GENERIC_INDEX,
.p.codec_tag = (const AVCodecTag* const []){ ff_codec_bmp_tags, 0 },
.read_probe = probe,
.read_header = read_header,
.read_packet = read_packet,
}

Definition at line 92 of file ivfdec.c.

read_header
static int read_header(AVFormatContext *s)
Definition: ivfdec.c:36
probe
static int probe(const AVProbeData *p)
Definition: ivfdec.c:27
read_packet
static int read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: ivfdec.c:79
AVFMT_GENERIC_INDEX
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:480
AVCodecTag
Definition: internal.h:42
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
ff_codec_bmp_tags
const AVCodecTag ff_codec_bmp_tags[]
Definition: riff.c:36