From 1c6a376f27d3c35e3a852b8bca89d2b3d0212bb8 Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 24 Sep 2001 21:08:40 +0000 Subject: [PATCH] ms-rle8 support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1951 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 8 ++++++++ 1 file changed, 8 insertions(+) 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