Go to the source code of this file.
◆ MPC_FRAMESIZE
#define MPC_FRAMESIZE 1152 |
Definition at line 30 of file mpc.c.
◆ DELAY_FRAMES
Definition at line 31 of file mpc.c.
◆ mpc_probe()
Definition at line 48 of file mpc.c.
◆ mpc_read_header()
Definition at line 56 of file mpc.c.
◆ mpc_read_packet()
◆ mpc_read_close()
◆ mpc_read_seek()
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.
Also this function makes use of the fact that timestamp == frameno
Definition at line 195 of file mpc.c.
◆ mpc_rate
const int mpc_rate[4] = { 44100, 48000, 37800, 32000 } |
|
static |
◆ ff_mpc_demuxer
Initial value:= {
.name = "mpc",
.extensions = "mpc",
}
Definition at line 229 of file mpc.c.