Go to the source code of this file.
|
static int | read_atom (AVFormatContext *s, Atom *atom) |
|
static int | r3d_read_red1 (AVFormatContext *s) |
|
static int | r3d_read_rdvo (AVFormatContext *s, Atom *atom) |
|
static void | r3d_read_reos (AVFormatContext *s) |
|
static int | r3d_read_header (AVFormatContext *s) |
|
static int | r3d_read_redv (AVFormatContext *s, AVPacket *pkt, Atom *atom) |
|
static int | r3d_read_reda (AVFormatContext *s, AVPacket *pkt, Atom *atom) |
|
static int | r3d_read_packet (AVFormatContext *s, AVPacket *pkt) |
|
static int | r3d_probe (AVProbeData *p) |
|
static int | r3d_seek (AVFormatContext *s, int stream_index, int64_t sample_time, int flags) |
|
static int | r3d_close (AVFormatContext *s) |
|
Initial value:= {
.name = "r3d",
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int r3d_close(AVFormatContext *s)
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(void *opaque, uint8_t *buf, int buf_size)
static int r3d_probe(AVProbeData *p)
static int r3d_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags)
static int r3d_read_header(AVFormatContext *s)
static int r3d_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 412 of file r3d.c.