summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-20 21:13:17 +0000
committerrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-20 21:13:17 +0000
commit7c4e867c4d0cf9f99d0f613111d73c49e68ecddb (patch)
tree5cba3a5934403788619ff132f1637b49da80be81 /etc
parent93f77b1eaf8bbef7194e9aceb71748b2fa4e7bcc (diff)
downloadmpv-7c4e867c4d0cf9f99d0f613111d73c49e68ecddb.tar.bz2
mpv-7c4e867c4d0cf9f99d0f613111d73c49e68ecddb.tar.xz
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
codecs.conf patch by AsSlowAsHell |asslowashell | g m a i l| win32.c patch by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26476 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 61744e2f63..d9403c65a2 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -362,6 +362,14 @@ videocodec theora
;WIN32:
+videocodec msuscls
+ info "MSU Screen Capture Lossless Codec"
+ status working
+ fourcc SCLS
+ driver vfw
+ dll "SCLS.DLL"
+ out BGR32,BGR24,BGR16 flip
+
videocodec cram
info "Microsoft Video 1"
comment "-vf palette required for 8bpp"