[vlc-commits] avcodec: Map IMA_QT

Jean-Baptiste Kempf git at videolan.org
Wed Apr 18 11:11:49 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Apr 18 11:10:46 2012 +0200| [eb4a1b5889f6838486797f8baf2a0cfcfbfd6b23] | committer: Jean-Baptiste Kempf

avcodec: Map IMA_QT

Fixes playback of .aiff with ima4 in them

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

 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 b6b99e0..fc948ed 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -359,6 +359,7 @@ static const struct
     { VLC_CODEC_ADPCM_MS, CODEC_ID_ADPCM_MS, AUDIO_ES },
     { VLC_CODEC_ADPCM_IMA_WAV, CODEC_ID_ADPCM_IMA_WAV, AUDIO_ES },
     { VLC_CODEC_ADPCM_IMA_AMV, CODEC_ID_ADPCM_IMA_AMV, AUDIO_ES },
+    { VLC_CODEC_ADPCM_IMA_QT, CODEC_ID_ADPCM_IMA_QT, AUDIO_ES },
     { VLC_CODEC_ADPCM_YAMAHA, CODEC_ID_ADPCM_YAMAHA, AUDIO_ES },
 
     { VLC_CODEC_VMDAUDIO, CODEC_ID_VMDAUDIO, AUDIO_ES },



More information about the vlc-commits mailing list