we only support decoding of mono imc
---
libavcodec/imc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/imc.c b/libavcodec/imc.c
index 1eb227a..d8f36ec 100644
--- a/libavcodec/imc.c
+++ b/libavcodec/imc.c
@@ -167,7 +167,7 @@ static av_cold int imc_decode_init(AVCodecContext * avctx)
}
dsputil_init(&q->dsp, avctx);
avctx->sample_fmt = AV_SAMPLE_FMT_FLT;
- avctx->channel_layout = (avctx->channels==2) ? AV_CH_LAYOUT_STEREO :
AV_CH_LAYOUT_MONO;
+ avctx->channel_layout = AV_CH_LAYOUT_MONO;
return 0;
}
--
1.7.1
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel