#include "libavutil/intreadwrite.h"
#include "libavutil/dict.h"
#include "avformat.h"
#include "internal.h"
#include "pcm.h"
#include "aiff.h"
#include "id3v2.h"
#include "mov_chan.h"
#include "replaygain.h"
Go to the source code of this file.
◆ AIFF
◆ AIFF_C_VERSION1
#define AIFF_C_VERSION1 0xA2805140 |
◆ MAX_SIZE
◆ aiff_codec_get_id()
◆ get_tag()
◆ get_meta()
◆ get_aiff_header()
◆ aiff_probe()
◆ aiff_read_header()
◆ aiff_read_packet()
◆ ff_aiff_demuxer
Initial value:= {
.name = "aiff",
}
const AVCodecTag *const ff_aiff_codec_tags_list[]
static int aiff_read_packet(AVFormatContext *s, AVPacket *pkt)
static int aiff_read_header(AVFormatContext *s)
static int aiff_probe(const AVProbeData *p)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_header(FFV1Context *f)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition at line 432 of file aiffdec.c.