#include <stdint.h>
#include "libavutil/intfloat.h"
#include "libavutil/opt.h"
#include "libavcodec/packet_internal.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.
◆ OFFSET
◆ ENC
◆ put_id3v2_tags()
◆ put_meta()
◆ aiff_write_header()
◆ aiff_write_packet()
◆ aiff_write_trailer()
◆ aiff_deinit()
◆ options
Initial value:= {
{ "write_id3v2", "Enable ID3 tags writing.",
{ "id3v2_version", "Select ID3v2 version to write. Currently 3 and 4 are supported.",
}
Definition at line 281 of file aiffenc.c.
◆ aiff_muxer_class
Initial value:= {
.class_name = "AIFF muxer",
}
static const AVOption options[]
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
Definition at line 289 of file aiffenc.c.
◆ ff_aiff_muxer
Initial value:= {
.name = "aiff",
.mime_type = "audio/aiff",
.extensions = "aif,aiff,afc,aifc",
}
const AVCodecTag *const ff_aiff_codec_tags_list[]
static int aiff_write_header(AVFormatContext *s)
static const AVClass aiff_muxer_class
static int aiff_write_packet(AVFormatContext *s, AVPacket *pkt)
static int aiff_write_trailer(AVFormatContext *s)
static void aiff_deinit(AVFormatContext *s)
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
static void write_header(FFV1Context *f)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int write_trailer(AVFormatContext *s1)
Definition at line 296 of file aiffenc.c.