diff etc/codecs.conf @ 32686:cf80c8f31a1b

Enable fflagarith video decoder.
author cehoyos
date Sun, 09 Jan 2011 18:47:46 +0000
parents cb1961fa7eea
children 1c12696d7af6
line wrap: on
line diff
--- a/etc/codecs.conf	Sat Jan 08 23:35:15 2011 +0000
+++ b/etc/codecs.conf	Sun Jan 09 18:47:46 2011 +0000
@@ -2042,6 +2042,14 @@
   guid 0xAD83011E, 0x01d1, 0x4623, 0x91, 0xfd, 0x6b, 0x75, 0xf1, 0x83, 0xc5, 0xa9
   out UYVY
 
+videocodec fflagarith
+  info "Lagarith Lossless Video Codec"
+  status buggy
+  fourcc LAGS
+  driver ffmpeg
+  dll lagarith
+  out YV12
+
 videocodec lagarith
   info "Lagarith Lossless Video Codec"
   comment "http://lags.leetcode.net/codec.html, requires an MMX2 CPU."