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