Go to the source code of this file.
§ yop_probe()
Definition at line 39 of file yop.c.
§ yop_read_header()
Definition at line 51 of file yop.c.
§ yop_read_packet()
§ yop_read_close()
§ yop_read_seek()
static int yop_read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
timestamp, |
|
|
int |
flags |
|
) |
| |
|
static |
§ ff_yop_demuxer
Initial value:= {
.name = "yop",
.extensions = "yop",
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static av_cold int read_close(AVFormatContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_header(FFV1Context *f)
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition at line 214 of file yop.c.