[vlc-commits] Avcodec: support G.723.1 decoding

Jean-Baptiste Kempf git at videolan.org
Sun Oct 28 00:38:46 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Oct 28 00:38:10 2012 +0200| [4b3f1309c0044d867786f4e0334511841b528469] | committer: Jean-Baptiste Kempf

Avcodec: support G.723.1 decoding

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

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

diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index f7113f9..b35455f 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -383,6 +383,8 @@ static const struct
     { VLC_CODEC_ADPCM_G722, CODEC_ID_ADPCM_G722, AUDIO_ES },
     { VLC_CODEC_BMVAUDIO, CODEC_ID_BMV_AUDIO, AUDIO_ES },
 
+    { VLC_CODEC_G723_1, CODEC_ID_G723_1, AUDIO_ES },
+
     /* Lossless */
     { VLC_CODEC_FLAC, CODEC_ID_FLAC, AUDIO_ES },
 



More information about the vlc-commits mailing list