Go to the source code of this file.
Initial value:= {
.name = "aiff",
.mime_type = "audio/aiff",
.extensions = "aif,aiff,afc,aifc",
}
static int aiff_write_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int aiff_write_trailer(AVFormatContext *s)
static int aiff_write_header(AVFormatContext *s)
static const AVCodecTag ff_codec_aiff_tags[]
static void write_header(FFV1Context *f)
Definition at line 152 of file aiffenc.c.