Commit 0a8360c4 authored by Paul B Mahol's avatar Paul B Mahol

takdec: add .sample_fmts

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 694dc625
......@@ -977,4 +977,8 @@ AVCodec ff_tak_decoder = {
.decode = tak_decode_frame,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("TAK (Tom's lossless Audio Kompressor)"),
.sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_U8P,
AV_SAMPLE_FMT_S16P,
AV_SAMPLE_FMT_S32P,
AV_SAMPLE_FMT_NONE },
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment