[FFmpeg-cvslog] avformat/riff: treat msn audio like gsm_ms

compn tempn at twmi.rr.com
Tue Aug 13 15:21:44 CEST 2013


On Tue, 13 Aug 2013 11:38:18 +0200 (CEST), Piotr Bandurski wrote:
>diff --git a/libavformat/riff.c b/libavformat/riff.c
>index 8bcf929..2d1a96b 100644
>--- a/libavformat/riff.c
>+++ b/libavformat/riff.c
>@@ -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 },

imo you should make a comment that this is msnaudio not ms_gsm.
e.g. /* msn audio */

-compn


More information about the ffmpeg-cvslog mailing list