summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.c
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2011-04-23 22:08:48 +1000
committerJustin Ruggles <justin.ruggles@gmail.com>2011-09-23 20:54:28 -0400
commit3a549eb82be709d633a0ba964b037ee2f700e0c9 (patch)
tree23ba6031070dcfdb7384149dc7935f2678d3dc63 /libavcodec/adpcm.c
parentffe92ff9f0c7f390d895de12c8ffef959ced3cd8 (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 8ded663964..de4fe9b11f 100644
--- a/libavcodec/adpcm.c
+++ b/libavcodec/adpcm.c
@@ -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;
}