FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | PCMDVDContext |
Functions | |
static av_cold int | pcm_dvd_decode_init (AVCodecContext *avctx) |
static int | pcm_dvd_parse_header (AVCodecContext *avctx, const uint8_t *header) |
static void * | pcm_dvd_decode_samples (AVCodecContext *avctx, const uint8_t *src, void *dst, int blocks) |
static int | pcm_dvd_decode_frame (AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) |
Variables | |
AVCodec | ff_pcm_dvd_decoder |
LPCM codecs for PCM formats found in Video DVD streams
Definition in file pcm-dvd.c.
|
static |
|
static |
Definition at line 52 of file pcm-dvd.c.
Referenced by pcm_dvd_decode_frame().
|
static |
Definition at line 141 of file pcm-dvd.c.
Referenced by pcm_dvd_decode_frame().
|
static |
AVCodec ff_pcm_dvd_decoder |