Commit c85bee10 authored by Antoine Cellerier's avatar Antoine Cellerier

Add GIF decoding support (thanks to FFmpeg once more). This is untested.

parent 747cea42
......@@ -967,6 +967,11 @@ static struct
VIDEO_ES, "BMP Image" },
#endif
#if LIBAVCODEC_BUILD >= ((51<<16)+(21<<8)+0)
{ VLC_FOURCC('g','i','f',' '), CODEC_ID_GIF,
VIDEO_ES, "GIF Image" },
#endif
/*
* Audio Codecs
*/
......
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