FFmpeg
|
#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.
Data Structures | |
struct | AIFFInputContext |
Macros | |
#define | AIFF 0 |
#define | AIFF_C_VERSION1 0xA2805140 |
#define | MAX_SIZE 4096 |
Functions | |
static enum AVCodecID | aiff_codec_get_id (int bps) |
static int | get_tag (AVIOContext *pb, uint32_t *tag) |
static void | get_meta (AVFormatContext *s, const char *key, int size) |
static int | get_aiff_header (AVFormatContext *s, int size, unsigned version) |
static int | aiff_probe (const AVProbeData *p) |
static int | aiff_read_header (AVFormatContext *s) |
static int | aiff_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
const AVInputFormat | ff_aiff_demuxer |
Definition at line 40 of file aiffdec.c.
Referenced by get_aiff_header().
|
static |
Definition at line 56 of file aiffdec.c.
Referenced by aiff_read_header().
|
static |
Definition at line 73 of file aiffdec.c.
Referenced by aiff_read_header().
|
static |
Definition at line 92 of file aiffdec.c.
Referenced by aiff_read_header().
|
static |
|
static |
|
static |
const AVInputFormat ff_aiff_demuxer |