From a66243a2014c4ce689b5514f82effeecf6fc20eb Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 27 Oct 2015 13:24:15 +0100 Subject: avformat/aiff: add ADP4 DVI ADPCM support Signed-off-by: Paul B Mahol --- libavformat/aiffdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/aiffdec.c') diff --git a/libavformat/aiffdec.c b/libavformat/aiffdec.c index 17c0011f99..34b266d31e 100644 --- a/libavformat/aiffdec.c +++ b/libavformat/aiffdec.c @@ -157,6 +157,7 @@ static int get_aiff_header(AVFormatContext *s, int size, break; case AV_CODEC_ID_ADPCM_G726LE: codec->bits_per_coded_sample = 5; + case AV_CODEC_ID_ADPCM_IMA_WS: case AV_CODEC_ID_ADPCM_G722: case AV_CODEC_ID_MACE6: case AV_CODEC_ID_SDX2_DPCM: -- cgit v1.2.3