[SCM] libav/experimental: add netspeak gsm and truespeech wav format tags to riff.c

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:59:57 UTC 2013


The following commit has been merged in the experimental branch:
commit 4bf2b9e8f3fe82bcc731224cdd622f98f3672d78
Author: Ben Littler <tempn at twmi.rr.com>
Date:   Sat Feb 13 17:57:24 2010 +0000

    add netspeak gsm and truespeech wav format tags to riff.c
    
    Originally committed as revision 21797 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 0b09f4d..0a3bc95 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -277,6 +277,8 @@ const AVCodecTag ff_codec_wav_tags[] = {
     { CODEC_ID_ADPCM_CT,        0x0200 },
     { CODEC_ID_ATRAC3,          0x0270 },
     { CODEC_ID_IMC,             0x0401 },
+    { CODEC_ID_GSM_MS,          0x1500 },
+    { CODEC_ID_TRUESPEECH,      0x1501 },
     { CODEC_ID_AC3,             0x2000 },
     { CODEC_ID_DTS,             0x2001 },
     { CODEC_ID_SONIC,           0x2048 },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list