#include "libavutil/intfloat_readwrite.h"
#include "avformat.h"
#include "raw.h"
#include "aiff.h"
Go to the source code of this file.
Data Structures | |
struct | AIFFInputContext |
Defines | |
#define | AIFF 0 |
#define | AIFF_C_VERSION1 0xA2805140 |
#define | MAX_SIZE 4096 |
Functions | |
static enum CodecID | aiff_codec_get_id (int bps) |
static int | get_tag (ByteIOContext *pb, uint32_t *tag) |
static void | get_meta (AVFormatContext *s, const char *key, int size) |
static unsigned int | get_aiff_header (ByteIOContext *pb, AVCodecContext *codec, int size, unsigned version) |
static int | aiff_probe (AVProbeData *p) |
static int | aiff_read_header (AVFormatContext *s, AVFormatParameters *ap) |
static int | aiff_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | aiff_demuxer |
#define AIFF 0 |
#define AIFF_C_VERSION1 0xA2805140 |
static enum CodecID aiff_codec_get_id | ( | int | bps | ) | [static] |
static int aiff_probe | ( | AVProbeData * | p | ) | [static] |
static int aiff_read_header | ( | AVFormatContext * | s, | |
AVFormatParameters * | ap | |||
) | [static] |
static int aiff_read_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
static unsigned int get_aiff_header | ( | ByteIOContext * | pb, | |
AVCodecContext * | codec, | |||
int | size, | |||
unsigned | version | |||
) | [static] |
static void get_meta | ( | AVFormatContext * | s, | |
const char * | key, | |||
int | size | |||
) | [static] |
static int get_tag | ( | ByteIOContext * | pb, | |
uint32_t * | tag | |||
) | [static] |
Initial value:
{ "aiff", NULL_IF_CONFIG_SMALL("Audio IFF"), sizeof(AIFFInputContext), aiff_probe, aiff_read_header, aiff_read_packet, NULL, pcm_read_seek, .codec_tag= (const AVCodecTag* const []){ff_codec_aiff_tags, 0}, }