changeset 34504:f888c0223491

Remove unused image formats from ffgif output format list: Only pal8 is supported.
author cehoyos
date Tue, 24 Jan 2012 17:51:00 +0000
parents e0580cbf6c73
children 37a3df1230f5
files etc/codecs.conf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"