#include <stdint.h>
#include "libavutil/intfloat.h"
#include "libavutil/opt.h"
#include "avformat.h"
#include "internal.h"
#include "aiff.h"
#include "avio_internal.h"
#include "isom.h"
#include "id3v2.h"
Go to the source code of this file.
Initial value:= {
{ "write_id3v2", "Enable ID3 tags writing.",
{ "id3v2_version", "Select ID3v2 version to write. Currently 3 and 4 are supported.",
}
Definition at line 306 of file aiffenc.c.
Initial value:= {
.class_name = "AIFF muxer",
}
#define LIBAVUTIL_VERSION_INT
static const AVOption options[]
Definition at line 314 of file aiffenc.c.
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 write_trailer(AVFormatContext *s1)
static int aiff_write_trailer(AVFormatContext *s)
static int aiff_write_header(AVFormatContext *s)
static const AVCodecTag ff_codec_aiff_tags[]
static const AVClass aiff_muxer_class
static void write_header(FFV1Context *f)
static int write_packet(AVFormatContext *s1, AVPacket *pkt)
Definition at line 321 of file aiffenc.c.