#include "libavutil/mathematics.h"
#include "libavutil/dict.h"
#include "avformat.h"
#include "internal.h"
#include "pcm.h"
#include "aiff.h"
Go to the source code of this file.
#define AIFF_C_VERSION1 0xA2805140 |
static enum CodecID aiff_codec_get_id |
( |
int |
bps | ) |
|
|
static |
static int get_tag |
( |
AVIOContext * |
pb, |
|
|
uint32_t * |
tag |
|
) |
| |
|
static |
Initial value:= {
.name = "aiff",
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int aiff_read_packet(AVFormatContext *s, AVPacket *pkt)
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_probe(AVProbeData *p)
static int aiff_probe(AVProbeData *p)
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
static int aiff_read_header(AVFormatContext *s, AVFormatParameters *ap)
static const AVCodecTag ff_codec_aiff_tags[]
Definition at line 315 of file aiffdec.c.