Commit b402de62 authored by Rafaël Carré's avatar Rafaël Carré

avcodec: map OPUS codec

Libav:  2a3d82ab467183fd108f451a85ca06ebc2a57e2c
FFmpeg: e62fd6619f7aa91956a1b4ccfa7b0b8d7bc4ba90
parent d75a07a2
...@@ -438,7 +438,9 @@ static const struct ...@@ -438,7 +438,9 @@ static const struct
{ VLC_CODEC_INDEO_AUDIO, AV_CODEC_ID_IAC, AUDIO_ES }, { VLC_CODEC_INDEO_AUDIO, AV_CODEC_ID_IAC, AUDIO_ES },
#endif #endif
/* AV_CODEC_ID_ILBC */ /* AV_CODEC_ID_ILBC */
/* AV_CODEC_ID_OPUS */ #if LIBAVCODEC_VERSION_CHECK( 54, 29, 0, 17, 101 )
{ VLC_CODEC_OPUS, AV_CODEC_ID_OPUS, AUDIO_ES },
#endif
/* AV_CODEC_ID_COMFORT_NOISE */ /* AV_CODEC_ID_COMFORT_NOISE */
/* AV_CODEC_ID_TAK */ /* AV_CODEC_ID_TAK */
#if LIBAVCODEC_VERSION_CHECK( 55, 15, 0, 24, 100 ) #if LIBAVCODEC_VERSION_CHECK( 55, 15, 0, 24, 100 )
......
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