Go to the source code of this file.
|
enum | MPCPacketTags {
TAG_STREAMHDR = MKMPCTAG('S','H'),
TAG_STREAMEND = MKMPCTAG('S','E'),
TAG_AUDIOPACKET = MKMPCTAG('A','P'),
TAG_SEEKTBLOFF = MKMPCTAG('S','O'),
TAG_SEEKTABLE = MKMPCTAG('S','T'),
TAG_REPLAYGAIN = MKMPCTAG('R','G'),
TAG_ENCINFO = MKMPCTAG('E','I')
} |
| Reserved MPC tags. More...
|
|
|
static int64_t | bs_get_v (const uint8_t **bs) |
|
static int | mpc8_probe (const AVProbeData *p) |
|
static int64_t | gb_get_v (GetBitContext *gb) |
|
static void | mpc8_get_chunk_header (AVIOContext *pb, int *tag, int64_t *size) |
|
static int | mpc8_parse_seektable (AVFormatContext *s, int64_t off) |
|
static int | mpc8_handle_chunk (AVFormatContext *s, int tag, int64_t chunk_pos, int64_t size) |
|
static int | mpc8_read_header (AVFormatContext *s) |
|
static int | mpc8_read_packet (AVFormatContext *s, AVPacket *pkt) |
|
static int | mpc8_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags) |
|
◆ MKMPCTAG
#define MKMPCTAG |
( |
|
a, |
|
|
|
b |
|
) |
| ((a) | ((b) << 8)) |
Two-byte MPC tag.
Definition at line 31 of file mpc8.c.
◆ TAG_MPCK
◆ MPCPacketTags
Reserved MPC tags.
Enumerator |
---|
TAG_STREAMHDR | |
TAG_STREAMEND | |
TAG_AUDIOPACKET | |
TAG_SEEKTBLOFF | |
TAG_SEEKTABLE | |
TAG_REPLAYGAIN | |
TAG_ENCINFO | |
Definition at line 36 of file mpc8.c.
◆ bs_get_v()
static int64_t bs_get_v |
( |
const uint8_t ** |
bs | ) |
|
|
inlinestatic |
◆ mpc8_probe()
◆ gb_get_v()
◆ mpc8_get_chunk_header()
static void mpc8_get_chunk_header |
( |
AVIOContext * |
pb, |
|
|
int * |
tag, |
|
|
int64_t * |
size |
|
) |
| |
|
static |
◆ mpc8_parse_seektable()
◆ mpc8_handle_chunk()
◆ mpc8_read_header()
◆ mpc8_read_packet()
◆ mpc8_read_seek()
◆ mpc8_rate
const int mpc8_rate[8] = { 44100, 48000, 37800, 32000, -1, -1, -1, -1 } |
|
static |
◆ ff_mpc8_demuxer
Initial value:
Definition at line 351 of file mpc8.c.