#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/dict.h"
#include "avformat.h"
#include "internal.h"
#include "pcm.h"
#include "aiff.h"
#include "isom.h"
#include "id3v2.h"
#include "mov_chan.h"
Go to the source code of this file.
#define AIFF_C_VERSION1 0xA2805140 |
static enum AVCodecID aiff_codec_get_id |
( |
int |
bps | ) |
|
|
static |
static int get_tag |
( |
AVIOContext * |
pb, |
|
|
uint32_t * |
tag |
|
) |
| |
|
static |
static int get_aiff_header |
( |
AVFormatContext * |
s, |
|
|
int |
size, |
|
|
unsigned |
version |
|
) |
| |
|
static |
Initial value:= {
.name = "aiff",
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int aiff_read_header(AVFormatContext *s)
static int aiff_read_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 aiff_probe(AVProbeData *p)
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static const AVCodecTag ff_codec_aiff_tags[]
Definition at line 403 of file aiffdec.c.