Commit b678d6db authored by Peter Ross's avatar Peter Ross Committed by Michael Niedermayer

permit decoding of multichannel ADPCM_EA_XAS

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 7b376b39
......@@ -750,6 +750,7 @@ static av_cold int adpcm_decode_init(AVCodecContext * avctx)
case CODEC_ID_ADPCM_EA_R1:
case CODEC_ID_ADPCM_EA_R2:
case CODEC_ID_ADPCM_EA_R3:
case CODEC_ID_ADPCM_EA_XAS:
max_channels = 6;
break;
}
......
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