summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.c
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2011-04-23 22:08:48 +1000
committerMichael Niedermayer <michaelni@gmx.at>2011-04-24 03:51:52 +0200
commitb678d6db95b3f7304db6e01f26807fb23e2e7d0e (patch)
tree993d795bddf300c7f1f5534aed304bf654d9e03d /libavcodec/adpcm.c
parent7b376b398a464a5825ede8b10d5f605c526c7399 (diff)
permit decoding of multichannel ADPCM_EA_XAS
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/adpcm.c')
-rw-r--r--libavcodec/adpcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c
index 6252dbcb6a..c1ceca918a 100644
--- a/libavcodec/adpcm.c
+++ b/libavcodec/adpcm.c
@@ -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;
}