Go to the source code of this file.
◆ pop()
◆ pop_int()
◆ pop_length()
◆ read_var_byte()
◆ moflex_probe()
◆ moflex_read_sync()
◆ moflex_read_header()
◆ moflex_read_packet()
◆ moflex_read_seek()
◆ moflex_read_close()
◆ ff_moflex_demuxer
Initial value:= {
.name = "moflex",
.extensions = "moflex",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
#define flags(name, subs,...)
static int read_header(FFV1Context *f)
#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)
static int moflex_probe(const AVProbeData *p)
static int moflex_read_close(AVFormatContext *s)
static int moflex_read_packet(AVFormatContext *s, AVPacket *pkt)
static int moflex_read_header(AVFormatContext *s)
static int moflex_read_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags)
Definition at line 377 of file moflex.c.