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

pull/388/head
Paul B Mahol 2 years ago
parent 2324b917fc
commit e8e9950f2a
  1. 2
      libavcodec/amrwbdec.c

@ -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 },
};

Loading…
Cancel
Save