Go to the source code of this file.
#define MPC_FRAMESIZE 1152 |
Definition at line 47 of file mpc.c.
Definition at line 55 of file mpc.c.
static int mpc_read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
timestamp, |
|
|
int |
flags |
|
) |
| |
|
static |
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 191 of file mpc.c.
Initial value:= {
.name = "mpc",
.extensions = "mpc",
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int read_header(FFV1Context *f)
static av_cold int read_close(AVFormatContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_probe(AVProbeData *p)
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition at line 225 of file mpc.c.
const int mpc_rate[4] = { 44100, 48000, 37800, 32000 } |
|
static |