Commit 917d3bf4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

FFMPEG FOURCC: commit fix for older FFMPEG versions.

parent 77662281
...@@ -1095,6 +1095,8 @@ static struct ...@@ -1095,6 +1095,8 @@ static struct
VIDEO_ES, "TIFF Image" }, VIDEO_ES, "TIFF Image" },
{ 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
#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(40<<8)+3)
{ VLC_FOURCC('s','g','i',' '), CODEC_ID_SGI, { VLC_FOURCC('s','g','i',' '), CODEC_ID_SGI,
VIDEO_ES, "SGI Image" }, VIDEO_ES, "SGI 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