1
0
Fork 0

avcodec/amrwbdec: update .p.sample_fmts to planar variant

This commit is contained in:
Paul B Mahol 2022-11-28 09:08:11 +01:00
parent 2324b917fc
commit e8e9950f2a
1 changed files with 1 additions and 1 deletions

View File

@ -1304,6 +1304,6 @@ const FFCodec ff_amrwb_decoder = {
.init = amrwb_decode_init,
FF_CODEC_DECODE_CB(amrwb_decode_frame),
.p.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_CHANNEL_CONF,
.p.sample_fmts = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLT,
.p.sample_fmts = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLTP,
AV_SAMPLE_FMT_NONE },
};