Go to the source code of this file.
◆ get_score()
| static int get_score |
( |
const uint8_t * | buf, |
|
|
int | buf_size, |
|
|
enum IAMF_OBU_Type | type, |
|
|
int * | seq ) |
|
static |
◆ iamf_probe()
◆ iamf_read_header()
◆ iamf_read_packet()
◆ iamf_read_close()
◆ ff_iamf_demuxer
Initial value:= {
.p.name = "iamf",
.p.extensions = "iamf",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_probe(const AVProbeData *p)
#define FF_INFMT_FLAG_INIT_CLEANUP
For an FFInputFormat with this flag set read_close() needs to be called by the caller upon read_heade...
static int read_header(FFV1Context *f, RangeCoder *c)
static int iamf_probe(const AVProbeData *p)
static int iamf_read_header(AVFormatContext *s)
static int iamf_read_close(AVFormatContext *s)
static int iamf_read_packet(AVFormatContext *s, AVPacket *pkt)
#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)
Definition at line 184 of file iamfdec.c.