Module: libav Branch: release/0.7 Commit: 8475df81587d6b7d2753574a5afa842b4893d126
Author: Peter Ross <[email protected]> Committer: Reinhard Tartler <[email protected]> Date: Sat Apr 23 22:08:48 2011 +1000 permit decoding of multichannel ADPCM_EA_XAS Signed-off-by: Michael Niedermayer <[email protected]> (cherry picked from commit 3a549eb82be709d633a0ba964b037ee2f700e0c9) Signed-off-by: Anton Khirnov <[email protected]> --- libavcodec/adpcm.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index 277334a..b2d79a2 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; } _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
