#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "demux.h"
#include "rawdec.h"
#include "internal.h"
Go to the source code of this file.
◆ acm_probe()
Definition at line 28 of file acm.c.
◆ acm_read_header()
Definition at line 36 of file acm.c.
◆ ff_acm_demuxer
Initial value:= {
.p.name = "acm",
.p.extensions = "acm",
}
static int acm_probe(const AVProbeData *p)
static int acm_read_header(AVFormatContext *s)
@ AV_CODEC_ID_INTERPLAY_ACM
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 64 of file acm.c.