Go to the source code of this file.
◆ APM_FILE_HEADER_SIZE
#define APM_FILE_HEADER_SIZE 20 |
◆ APM_VS12_CHUNK_SIZE
#define APM_VS12_CHUNK_SIZE 76 |
◆ APM_MAX_READ_SIZE
#define APM_MAX_READ_SIZE 4096 |
◆ APM_TAG_VS12
#define APM_TAG_VS12 MKTAG('v', 's', '1', '2') |
◆ APM_TAG_DATA
#define APM_TAG_DATA MKTAG('D', 'A', 'T', 'A') |
◆ apm_parse_vs12()
◆ apm_probe()
Definition at line 75 of file apm.c.
◆ apm_read_header()
Definition at line 89 of file apm.c.
◆ apm_read_packet()
◆ ff_apm_demuxer
Initial value:= {
.name = "apm",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int apm_probe(const AVProbeData *p)
static int apm_read_packet(AVFormatContext *s, AVPacket *pkt)
static int apm_read_header(AVFormatContext *s)
Definition at line 182 of file apm.c.