]> git.sesse.net Git - vlc/commitdiff
Fix compilation with FFmpeg
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 21 Oct 2011 13:50:35 +0000 (15:50 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 21 Oct 2011 13:50:35 +0000 (15:50 +0200)
modules/codec/avcodec/chroma.c

index dc74566e60fc9433df4af626bf7b5a7b93594df4..b100423e0fb6272cd66c0478c70942bfcdc9c3bb 100644 (file)
@@ -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