vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Mar 22 12:07:02 2012 +0100| [23ddaecda2cb3d256ede3282edf3247996595dc0] | committer: Jean-Baptiste Kempf
RALF was introduced in FFmpeg in a later version > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=23ddaecda2cb3d256ede3282edf3247996595dc0 --- modules/codec/avcodec/fourcc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c index dfa1785..b8cb2c6 100644 --- a/modules/codec/avcodec/fourcc.c +++ b/modules/codec/avcodec/fourcc.c @@ -427,7 +427,7 @@ static const struct { VLC_CODEC_WMAL, CODEC_ID_WMALOSSLESS, AUDIO_ES }, #endif -#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 54, 10, 0 ) +#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 54, 12, 0 ) { VLC_CODEC_RALF, CODEC_ID_RALF, AUDIO_ES }, #endif _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
