#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
Go to the source code of this file.
◆ pcm_dvd_encode_init()
◆ pcm_dvd_encode_frame()
◆ pcm_dvd_encode_close()
◆ ff_pcm_dvd_encoder
Initial value:= {
.name = "pcm_dvd",
.supported_samplerates = (const int[]) { 48000, 96000, 0},
0 },
}
#define AV_CH_LAYOUT_7POINT1
static av_cold int init(AVCodecContext *avctx)
#define AV_CH_LAYOUT_STEREO
static av_cold int pcm_dvd_encode_init(AVCodecContext *avctx)
static av_cold int pcm_dvd_encode_close(AVCodecContext *avctx)
static int pcm_dvd_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
#define AV_CH_LAYOUT_5POINT1
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define AV_CODEC_CAP_SMALL_LAST_FRAME
Codec can be fed a final frame with a smaller size.
AVSampleFormat
Audio sample formats.
#define AV_CH_LAYOUT_MONO
Definition at line 178 of file pcm-dvdenc.c.