FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
iv8.c File Reference
#include "avformat.h"
#include "internal.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_iv8_demuxer
 

Function Documentation

static int probe ( AVProbeData p)
static

Definition at line 25 of file iv8.c.

static int read_header ( AVFormatContext s)
static

Definition at line 40 of file iv8.c.

static int read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 57 of file iv8.c.

Variable Documentation

AVInputFormat ff_iv8_demuxer
Initial value:
= {
.name = "iv8",
.long_name = NULL_IF_CONFIG_SMALL("IndigoVision 8000 video"),
.read_probe = probe,
.read_header = read_header,
.read_packet = read_packet,
}
static int read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: iv8.c:57
static int read_header(AVFormatContext *s)
Definition: iv8.c:40
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:176
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:486
static int probe(AVProbeData *p)
Definition: iv8.c:25

Definition at line 111 of file iv8.c.