diff etc/codecs.conf @ 35599:415e59838dc9

Support FFmpeg SGI RLE decoder.
author cehoyos
date Tue, 18 Dec 2012 00:40:37 +0000
parents 265e26553c78
children f15a80d56c7e
line wrap: on
line diff
--- a/etc/codecs.conf	Tue Dec 18 00:30:00 2012 +0000
+++ b/etc/codecs.conf	Tue Dec 18 00:40:37 2012 +0000
@@ -709,6 +709,14 @@
   dll sgi
   out RGB24,Y800,RGB64BE,RGB48BE,RGBA
 
+videocodec ffsgirle
+  info "FFmpeg SGI RLE"
+  status working
+  fourcc rle1
+  driver ffmpeg
+  dll sgirle
+  out RGB8
+
 videocodec sgi
   info "SGI image"
   status working