libavformat/yop.c File Reference
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
Include dependency graph for libavformat/yop.c:

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)
 
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 39 of file libavformat/yop.c.

static int yop_read_close ( AVFormatContext s)
static

Definition at line 183 of file libavformat/yop.c.

static int yop_read_header ( AVFormatContext s)
static

Definition at line 56 of file libavformat/yop.c.

static int yop_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 125 of file libavformat/yop.c.

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

Definition at line 190 of file libavformat/yop.c.

Variable Documentation

AVInputFormat ff_yop_demuxer
Initial value:
= {
.name = "yop",
.long_name = NULL_IF_CONFIG_SMALL("Psygnosis YOP"),
.priv_data_size = sizeof(YopDecContext),
.extensions = "yop",
}
static int yop_read_header(AVFormatContext *s)
static int yop_read_close(AVFormatContext *s)
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition: libcdio.c:153
static av_cold int read_close(AVFormatContext *ctx)
Definition: libcdio.c:145
struct yop_dec_context YopDecContext
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int yop_read_packet(AVFormatContext *s, AVPacket *pkt)
static int yop_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
static int read_probe(AVProbeData *pd)
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:517
static int yop_probe(AVProbeData *probe_packet)
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition: libcdio.c:114
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:353
static int flags
Definition: cpu.c:23

Definition at line 217 of file libavformat/yop.c.