vlc | branch: master | Rafaël Carré <[email protected]> | Fri Jan 17 15:46:09 2014 +0100| [b402de6246a3d26c9cd61d91a0bc4f9a99496f1e] | committer: Rafaël Carré
avcodec: map OPUS codec Libav: 2a3d82ab467183fd108f451a85ca06ebc2a57e2c FFmpeg: e62fd6619f7aa91956a1b4ccfa7b0b8d7bc4ba90 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b402de6246a3d26c9cd61d91a0bc4f9a99496f1e --- modules/codec/avcodec/fourcc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c index dcbd7ca..0bd02cf 100644 --- a/modules/codec/avcodec/fourcc.c +++ b/modules/codec/avcodec/fourcc.c @@ -438,7 +438,9 @@ static const struct { VLC_CODEC_INDEO_AUDIO, AV_CODEC_ID_IAC, AUDIO_ES }, #endif /* 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_TAK */ #if LIBAVCODEC_VERSION_CHECK( 55, 15, 0, 24, 100 ) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
