#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.
◆ 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.",
}
Definition at line 280 of file aiffenc.c.
◆ aiff_muxer_class
Initial value:= {
.class_name = "AIFF muxer",
}
Definition at line 288 of file aiffenc.c.
◆ ff_aiff_muxer
Initial value:= {
.name = "aiff",
.mime_type = "audio/aiff",
.extensions = "aif,aiff,afc,aifc",
}
Definition at line 295 of file aiffenc.c.