hcom: convert to new channel layout API

Signed-off-by: James Almer <jamrial@gmail.com>
release/5.1
Anton Khirnov 6 years ago committed by James Almer
parent b5b18440f1
commit b14fa1b95d
  1. 2
      libavcodec/hcom.c

@ -44,7 +44,7 @@ static av_cold int hcom_init(AVCodecContext *avctx)
{
HCOMContext *s = avctx->priv_data;
if (avctx->channels != 1) {
if (avctx->ch_layout.nb_channels != 1) {
av_log(avctx, AV_LOG_ERROR, "invalid number of channels\n");
return AVERROR_INVALIDDATA;
}

Loading…
Cancel
Save