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()
static int mxg_update_cache |
( |
AVFormatContext * |
s, |
|
|
unsigned int |
cache_size |
|
) |
| |
|
static |
§ 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(AVFormatContext *ctx, AVPacket *pkt)
static int mxg_close(struct AVFormatContext *s)
static int mxg_read_header(AVFormatContext *s)
Definition at line 255 of file mxg.c.