Go to the source code of this file.
◆ DEFAULT_PACKET_SIZE
#define DEFAULT_PACKET_SIZE 1024 |
Definition at line 32 of file mxg.c.
◆ OVERREAD_SIZE
Definition at line 33 of file mxg.c.
◆ 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",
}
Definition at line 253 of file mxg.c.