#include <stdint.h>
#include "avformat.h"
#include "iamf.h"
#include "iamf_writer.h"
#include "internal.h"
#include "mux.h"
Go to the source code of this file.
◆ iamf_init()
◆ iamf_write_header()
◆ iamf_write_packet()
◆ iamf_write_trailer()
◆ iamf_deinit()
◆ iamf_codec_tags
Initial value:= {
}
#define MKTAG(a, b, c, d)
Definition at line 175 of file iamfenc.c.
◆ ff_iamf_muxer
Initial value:= {
.p.name = "iamf",
.p.extensions = "iamf",
}
static void iamf_deinit(AVFormatContext *s)
static int iamf_write_header(AVFormatContext *s)
static int iamf_write_packet(AVFormatContext *s, AVPacket *pkt)
static int iamf_write_trailer(AVFormatContext *s)
static const AVCodecTag iamf_codec_tags[]
static int iamf_init(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 188 of file iamfenc.c.