Commit 3a549eb8 authored by Peter Ross's avatar Peter Ross Committed by Justin Ruggles

permit decoding of multichannel ADPCM_EA_XAS

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ffe92ff9
......@@ -92,6 +92,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