summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/codecs.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index a28ffb6406..dc603f3ba9 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -419,6 +419,14 @@ videocodec asv1
out UYVY
out BGR32,BGR24,BGR15 flip
+videocodec msrle
+ info "M$ RLE"
+ status working
+ format 0x1
+ driver rle
+ dll "xa_rle8"
+ out BGR32,BGR24,BGR16,BGR15
+
videocodec null
info "NULL codec (no decoding)"
status working