]> git.sesse.net Git - vlc/commitdiff
Disable ffmpeg GIF decoder. It's currenly not working (doing some weird infinite...
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 21 Mar 2007 21:42:10 +0000 (21:42 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 21 Mar 2007 21:42:10 +0000 (21:42 +0000)
modules/codec/ffmpeg/ffmpeg.c

index 6108e85ac603637dcf1ba43eae60e6dee15bc2b9..769f21054fe19e00cca67acd5a8f66a242de7e9c 100644 (file)
@@ -963,7 +963,7 @@ static struct
       VIDEO_ES, "BMP Image" },
 #endif
 
-#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(21<<8)+0)
+#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(21<<8)+0) && 0
     { VLC_FOURCC('g','i','f',' '), CODEC_ID_GIF,
       VIDEO_ES, "GIF Image" },
 #endif