Go to the source code of this file.
◆ rka_probe()
Definition at line 37 of file rka.c.
◆ rka_read_header()
Definition at line 50 of file rka.c.
◆ rka_read_packet()
◆ rka_read_seek()
◆ ff_rka_demuxer
Initial value:= {
.p.name = "rka",
.p.extensions = "rka",
}
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 int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition at line 164 of file rka.c.