FFmpeg
Data Structures | Functions | Variables
yop.c File Reference
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  yop_dec_context
 

Functions

static int yop_probe (const AVProbeData *probe_packet)
 
static int yop_read_header (AVFormatContext *s)
 
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

const FFInputFormat ff_yop_demuxer
 

Function Documentation

◆ yop_probe()

static int yop_probe ( const AVProbeData probe_packet)
static

Definition at line 40 of file yop.c.

◆ yop_read_header()

static int yop_read_header ( AVFormatContext s)
static

Definition at line 57 of file yop.c.

◆ yop_read_packet()

static int yop_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 116 of file yop.c.

◆ yop_read_close()

static int yop_read_close ( AVFormatContext s)
static

Definition at line 173 of file yop.c.

◆ yop_read_seek()

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

◆ ff_yop_demuxer

const FFInputFormat ff_yop_demuxer
Initial value:
= {
.p.name = "yop",
.p.long_name = NULL_IF_CONFIG_SMALL("Psygnosis YOP"),
.p.extensions = "yop",
.p.flags = AVFMT_GENERIC_INDEX,
.priv_data_size = sizeof(YopDecContext),
}

Definition at line 207 of file yop.c.

yop_read_header
static int yop_read_header(AVFormatContext *s)
Definition: yop.c:57
yop_read_packet
static int yop_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: yop.c:116
read_seek
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition: libcdio.c:151
read_close
static av_cold int read_close(AVFormatContext *ctx)
Definition: libcdio.c:143
AVFMT_GENERIC_INDEX
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:480
read_packet
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition: avio_read_callback.c:41
read_header
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:550
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:106
yop_read_close
static int yop_read_close(AVFormatContext *s)
Definition: yop.c:173
YopDecContext
Definition: yop.c:34
yop_probe
static int yop_probe(const AVProbeData *probe_packet)
Definition: yop.c:40
read_probe
static int read_probe(const AVProbeData *p)
Definition: cdg.c:30
yop_read_seek
static int yop_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition: yop.c:180