summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 8b0ff9706e..504ec8abe7 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -122,6 +122,15 @@ videocodec roqvideo
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...