Go to the source code of this file.
◆ DEFAULT_PACKET_SIZE
#define DEFAULT_PACKET_SIZE 1024 |
◆ OVERREAD_SIZE
◆ mxg_read_header()
Definition at line 42 of file mxg.c.
◆ mxg_find_startmarker()
◆ mxg_update_cache()
◆ mxg_read_packet()
◆ mxg_close()
◆ ff_mxg_demuxer
Initial value:= {
.name = "mxg",
.extensions = "mxg",
}
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 mxg_read_packet(AVFormatContext *s, AVPacket *pkt)
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int mxg_close(struct AVFormatContext *s)
static int mxg_read_header(AVFormatContext *s)
Definition at line 252 of file mxg.c.