[vlc-devel] commit: Fix MS ADPCM in w64 files. (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:27:55 2009 +0200| [9efef82d6080eb9f0b8b38f5326fc86d7f61fb24] | committer: Jean-Baptiste Kempf 

Fix MS ADPCM in w64 files.

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

 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 70bdbaa..54e4418 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -292,6 +292,7 @@ static const struct
     { VLC_CODEC_ADPCM_XA, CODEC_ID_ADPCM_XA, AUDIO_ES },
     { 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_VMDAUDIO, CODEC_ID_VMDAUDIO, AUDIO_ES },
 




More information about the vlc-devel mailing list