vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Fri Oct 21 15:50:35 2011 +0200| [e19f3ad959e8be9cc22757882f0890678b066e71] | committer: Jean-Baptiste Kempf
Fix compilation with FFmpeg > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e19f3ad959e8be9cc22757882f0890678b066e71 --- modules/codec/avcodec/chroma.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/codec/avcodec/chroma.c b/modules/codec/avcodec/chroma.c index dc74566..b100423 100644 --- a/modules/codec/avcodec/chroma.c +++ b/modules/codec/avcodec/chroma.c @@ -89,7 +89,7 @@ static const struct {VLC_CODEC_I420_10L, PIX_FMT_YUV420P10LE, 0, 0, 0 }, {VLC_CODEC_I420_10B, PIX_FMT_YUV420P10BE, 0, 0, 0 }, #endif -#if LIBAVUTIL_VERSION_INT > ((51<<16)+(12<<8)+0) +#if LIBAVUTIL_VERSION_INT > ((51<<16)+(22<<8)+0) {VLC_CODEC_I422_9L, PIX_FMT_YUV422P9LE, 0, 0, 0 }, {VLC_CODEC_I422_9B, PIX_FMT_YUV422P9BE, 0, 0, 0 }, #endif _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
