diff etc/codecs.conf @ 7729:36170c5a3c9a

liblzo realtime video codec support (decoding only) patch by Tilmann Bitterberg <transcode@tibit.org>
author arpi
date Sun, 13 Oct 2002 21:40:10 +0000
parents 830d81368d21
children c23de6dbde15
line wrap: on
line diff
--- a/etc/codecs.conf	Sun Oct 13 21:26:00 2002 +0000
+++ b/etc/codecs.conf	Sun Oct 13 21:40:10 2002 +0000
@@ -122,6 +122,15 @@
   driver roqvideo
   out YV12
 
+videocodec lzo
+  info "LZO compressed"
+  status working
+  fourcc LZO1
+  driver lzo
+  dll "liblzo"
+  out YV12,I420
+  out BGR24 flip
+
 ; prefer native codecs over win32?
 ; the win32 codecs probably are (better) optimized and support direct
 ; rendering, so this may be not the best idea...