yop.c File Reference
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  yop_dec_context

Typedefs

typedef struct yop_dec_context YopDecContext

Functions

static int yop_probe (AVProbeData *probe_packet)
static int yop_read_header (AVFormatContext *s, AVFormatParameters *ap)
static int yop_read_packet (AVFormatContext *s, AVPacket *pkt)
static int yop_read_close (AVFormatContext *s)
static int yop_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags)

Variables

AVInputFormat ff_yop_demuxer

Typedef Documentation

Function Documentation

static int yop_probe ( AVProbeData probe_packet)
static

Definition at line 38 of file yop.c.

static int yop_read_close ( AVFormatContext s)
static

Definition at line 173 of file yop.c.

static int yop_read_header ( AVFormatContext s,
AVFormatParameters ap 
)
static

Definition at line 50 of file yop.c.

static int yop_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 114 of file yop.c.

static int yop_read_seek ( AVFormatContext s,
int  stream_index,
int64_t  timestamp,
int  flags 
)
static

Definition at line 180 of file yop.c.

Variable Documentation

AVInputFormat ff_yop_demuxer
Initial value:
{
.name = "yop",
.long_name = NULL_IF_CONFIG_SMALL("Psygnosis YOP Format"),
.priv_data_size = sizeof(YopDecContext),
.extensions = "yop",
}

Definition at line 205 of file yop.c.