[vlc-commits] Avcodec: map Indeo Audio

Jean-Baptiste Kempf git at videolan.org
Fri Jun 8 16:31:08 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jun  8 16:25:59 2012 +0200| [223e967cff0bf6f07462008e62ecb4332c239ec0] | committer: Jean-Baptiste Kempf

Avcodec: map Indeo Audio

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

 modules/codec/avcodec/fourcc.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 4837843..d96424e 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -441,6 +441,9 @@ static const struct
     { VLC_CODEC_RALF, CODEC_ID_RALF, AUDIO_ES },
 #endif
 
+#if LIBAVCODEC_VERSION_CHECK( 54, 14, 0, 26, 100 )
+    { VLC_CODEC_INDEO_AUDIO, CODEC_ID_IAC, AUDIO_ES },
+#endif
 
     /* PCM */
     { VLC_CODEC_S8, CODEC_ID_PCM_S8, AUDIO_ES },



More information about the vlc-commits mailing list