# HG changeset patch # User cehoyos # Date 1327427460 0 # Node ID f888c0223491d99008a2efba7f722a2c441482da # Parent e0580cbf6c73d8049fe380f9c8443f0da45db379 Remove unused image formats from ffgif output format list: Only pal8 is supported. diff -r e0580cbf6c73 -r f888c0223491 etc/codecs.conf --- a/etc/codecs.conf Tue Jan 24 17:44:28 2012 +0000 +++ b/etc/codecs.conf Tue Jan 24 17:51:00 2012 +0000 @@ -571,7 +571,7 @@ fourcc "gif " ; for GIF-encoded QuickTime files driver ffmpeg dll gif - out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 + out BGR8 videocodec fftiff info "FFmpeg TIFF"