|
FFmpeg
|
DSD (Direct Stream Digital) "encoder": AV_SAMPLE_FMT_DSD is already the bitstream, so packets are a plain copy of the samples. More...
Go to the source code of this file.
Functions | |
| static av_cold int | dsd_encode_init (AVCodecContext *avctx) |
| static int | dsd_encode_frame (AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) |
Variables | |
| const FFCodec | ff_dsd_msbf_encoder |
DSD (Direct Stream Digital) "encoder": AV_SAMPLE_FMT_DSD is already the bitstream, so packets are a plain copy of the samples.
Definition in file dsdenc.c.
|
static |
|
static |
| const FFCodec ff_dsd_msbf_encoder |