Go to the source code of this file.
◆ yop_probe()
| static int yop_probe |
( |
const AVProbeData * | probe_packet | ) |
|
|
static |
Definition at line 40 of file yop.c.
◆ yop_read_header()
Definition at line 57 of file yop.c.
◆ yop_read_packet()
◆ yop_read_close()
◆ yop_read_seek()
◆ ff_yop_demuxer
Initial value:= {
.p.name = "yop",
.p.extensions = "yop",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_probe(const AVProbeData *p)
static int read_header(FFV1Context *f, RangeCoder *c)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static av_cold int read_close(AVFormatContext *ctx)
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition at line 207 of file yop.c.