libavformat/mpc.c File Reference
#include "libavcodec/get_bits.h"
#include "avformat.h"
#include "id3v2.h"
#include "apetag.h"
Go to the source code of this file.
Define Documentation
#define MPC_FRAMESIZE 1152 |
Function Documentation
Definition at line 45 of file mpc.c.
Definition at line 57 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 205 of file mpc.c.
Variable Documentation
Initial value:
Definition at line 239 of file mpc.c.
const int mpc_rate[4] = { 44100, 48000, 37800, 32000 } [static] |