Commit 43caf180 authored by Antoine Cellerier's avatar Antoine Cellerier

Enable ffmpeg's GIF decoder for post r8520 revisions (Many thanks to Baptiste...

Enable ffmpeg's GIF decoder for post r8520 revisions (Many thanks to Baptiste Coudurier for fixing the bug(s)).
parent 83d95532
...@@ -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) && 0 #if LIBAVCODEC_VERSION_INT >= ((51<<16)+(40<<8)+1)
{ 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