[vlc-devel] commit: Support IMA_WAV ADPCM in w64 (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Aug 28 09:39:08 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Aug 28 00:40:17 2009 +0200| [ea2b0c8bc0d936e3372dc4896c954249ac1b37d5] | committer: Jean-Baptiste Kempf 

Support IMA_WAV ADPCM in w64

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

 modules/codec/avcodec/fourcc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 54e4418..11442f3 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -293,6 +293,7 @@ static const struct
     { VLC_CODEC_ADPCM_ADX, CODEC_ID_ADPCM_ADX, AUDIO_ES },
     { VLC_CODEC_ADPCM_IMA_WS, CODEC_ID_ADPCM_IMA_WS, AUDIO_ES },
     { VLC_CODEC_ADPCM_MS, CODEC_ID_ADPCM_MS, AUDIO_ES },
+    { VLC_CODEC_ADPCM_IMA_WAV, CODEC_ID_ADPCM_IMA_WAV, AUDIO_ES },
 
     { VLC_CODEC_VMDAUDIO, CODEC_ID_VMDAUDIO, AUDIO_ES },
 




More information about the vlc-devel mailing list