FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | PCMDVDContext |
Functions | |
static av_cold int | pcm_dvd_encode_init (AVCodecContext *avctx) |
static int | pcm_dvd_encode_frame (AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) |
static av_cold int | pcm_dvd_encode_close (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_pcm_dvd_encoder |
|
static |
Definition at line 35 of file pcm-dvdenc.c.
|
static |
Definition at line 110 of file pcm-dvdenc.c.
|
static |
Definition at line 173 of file pcm-dvdenc.c.
AVCodec ff_pcm_dvd_encoder |
Definition at line 178 of file pcm-dvdenc.c.