#include "libavcodec/bitstream.h"#include "avformat.h"#include "id3v2.h"Go to the source code of this file.
Data Structures | |
| struct | MPCFrame |
| struct | MPCContext |
Defines | |
| #define | MPC_FRAMESIZE 1152 |
| #define | DELAY_FRAMES 32 |
Functions | |
| static int | mpc_probe (AVProbeData *p) |
| static int | mpc_read_header (AVFormatContext *s, AVFormatParameters *ap) |
| static int | mpc_read_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | mpc_read_close (AVFormatContext *s) |
| static int | mpc_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags) |
| Seek to the given position If position is unknown but is within the limits of file then packets are skipped unless desired position is reached. | |
Variables | |
| static const int | mpc_rate [4] = { 44100, 48000, 37800, 32000 } |
| AVInputFormat | mpc_demuxer |
| #define DELAY_FRAMES 32 |
| #define MPC_FRAMESIZE 1152 |
| static int mpc_probe | ( | AVProbeData * | p | ) | [static] |
| static int mpc_read_close | ( | AVFormatContext * | s | ) | [static] |
| static int mpc_read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) | [static] |
| static int mpc_read_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) | [static] |
| static int mpc_read_seek | ( | AVFormatContext * | s, | |
| int | stream_index, | |||
| int64_t | timestamp, | |||
| int | flags | |||
| ) | [static] |
Initial value:
{
"mpc",
NULL_IF_CONFIG_SMALL("Musepack"),
sizeof(MPCContext),
mpc_probe,
mpc_read_header,
mpc_read_packet,
mpc_read_close,
mpc_read_seek,
.extensions = "mpc",
}
const int mpc_rate[4] = { 44100, 48000, 37800, 32000 } [static] |
1.5.8