Commit e87fcaa8 authored by Piotr Bandurski's avatar Piotr Bandurski Committed by Michael Niedermayer

avformat/riff: treat msn audio like gsm_ms

Fixes decoding of 4 files from Ticket2854
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 1057390d
......@@ -372,6 +372,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
{ AV_CODEC_ID_ADPCM_YAMAHA, 0x0020 },
{ AV_CODEC_ID_TRUESPEECH, 0x0022 },
{ AV_CODEC_ID_GSM_MS, 0x0031 },
{ AV_CODEC_ID_GSM_MS, 0x0032 },
{ AV_CODEC_ID_AMR_NB, 0x0038 }, /* rogue format number */
{ AV_CODEC_ID_G723_1, 0x0042 },
{ AV_CODEC_ID_ADPCM_G726, 0x0045 },
......
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