Commit 4b3f1309 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Avcodec: support G.723.1 decoding

parent 85de5692
......@@ -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 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment