#include <stdint.h>
#include "libavutil/intfloat.h"
#include "libavutil/opt.h"
#include "packet_internal.h"
#include "avformat.h"
#include "internal.h"
#include "aiff.h"
#include "avio_internal.h"
#include "isom.h"
#include "id3v2.h"
#include "mux.h"
Go to the source code of this file.
◆ OFFSET
◆ ENC
◆ put_id3v2_tags()
◆ put_meta()
| static void put_meta |
( |
AVFormatContext * | s, |
|
|
const char * | key, |
|
|
uint32_t | id ) |
|
static |
◆ 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.",
}
@ AV_OPT_TYPE_INT
Underlying C type is int.
@ AV_OPT_TYPE_BOOL
Underlying C type is int.
Definition at line 277 of file aiffenc.c.
◆ aiff_muxer_class
Initial value:= {
.class_name = "AIFF muxer",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
Definition at line 285 of file aiffenc.c.
◆ ff_aiff_muxer
Initial value:= {
.p.name = "aiff",
.p.mime_type = "audio/aiff",
.p.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)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 292 of file aiffenc.c.