[FFmpeg-cvslog] Support speex in avi.

Carl Eugen Hoyos git at videolan.org
Tue Aug 30 23:45:46 CEST 2011


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Aug 30 23:13:23 2011 +0200| [a9424d27c42e997e3ac64d31f074dc5946f21f58] | committer: Carl Eugen Hoyos

Support speex in avi.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a9424d27c42e997e3ac64d31f074dc5946f21f58
---

 libavformat/riff.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 7d29b06..ebaff2b 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -325,6 +325,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
     { CODEC_ID_PCM_MULAW,       0x6c75 },
     { CODEC_ID_AAC,             0x706d },
     { CODEC_ID_AAC,             0x4143 },
+    { CODEC_ID_SPEEX,           0xA109 },
     { CODEC_ID_FLAC,            0xF1AC },
     { CODEC_ID_ADPCM_SWF,       ('S'<<8)+'F' },
     { CODEC_ID_VORBIS,          ('V'<<8)+'o' }, //HACK/FIXME, does vorbis in WAV/AVI have an (in)official id?



More information about the ffmpeg-cvslog mailing list