Commit a3d13b6a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Avcodec: add real audio lossless

parent 27da6e9c
......@@ -427,6 +427,10 @@ static const struct
{ VLC_CODEC_WMAL, CODEC_ID_WMALOSSLESS, AUDIO_ES },
#endif
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 54, 10, 0 )
{ VLC_CODEC_RALF, CODEC_ID_RALF, AUDIO_ES },
#endif
/* PCM */
{ VLC_CODEC_S8, CODEC_ID_PCM_S8, 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