[FFmpeg-cvslog] riff: add msn audio comment
Compn
git at videolan.org
Tue Aug 13 15:37:22 CEST 2013
ffmpeg | branch: master | Compn <tempn at twmi.rr.com> | Tue Aug 13 09:41:28 2013 -0400| [8e0b6d82b3dd515ac8b371c2eec549036b9d0bae] | committer: Compn
riff: add msn audio comment
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e0b6d82b3dd515ac8b371c2eec549036b9d0bae
---
libavformat/riff.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 2d1a96b..a1e86ec 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -372,7 +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_GSM_MS, 0x0032 }, /* msn audio */
{ AV_CODEC_ID_AMR_NB, 0x0038 }, /* rogue format number */
{ AV_CODEC_ID_G723_1, 0x0042 },
{ AV_CODEC_ID_ADPCM_G726, 0x0045 },
More information about the ffmpeg-cvslog
mailing list