Commit 553d5867 authored by Antoine Cellerier's avatar Antoine Cellerier

Disable ffmpeg GIF decoder. It's currenly not working (doing some weird...

Disable ffmpeg GIF decoder. It's currenly not working (doing some weird infinite loop when calling pf_decode_video in src/misc/image.c ImageRead() when using the RSS plugin)
parent 4fb6ff3e
...@@ -963,7 +963,7 @@ static struct ...@@ -963,7 +963,7 @@ static struct
VIDEO_ES, "BMP Image" }, VIDEO_ES, "BMP Image" },
#endif #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, { VLC_FOURCC('g','i','f',' '), CODEC_ID_GIF,
VIDEO_ES, "GIF Image" }, VIDEO_ES, "GIF Image" },
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment