summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-04 20:35:21 +0000
committerrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-04 20:35:21 +0000
commit4957073078e4466e86424675f2bebec693897d54 (patch)
treef9e13bb590bebe463c2742cfa5296cf6fd88e12d /etc
parent8cb44bbc3c66062f0bc081aba1d6e40ede44f71b (diff)
downloadmpv-4957073078e4466e86424675f2bebec693897d54.tar.bz2
mpv-4957073078e4466e86424675f2bebec693897d54.tar.xz
Support for new vssh dll, patch by adland
Use new dll only for new files, it can't decode old files (patch by me) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15345 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 125e499e90..adcbbd8261 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1607,7 +1607,16 @@ videocodec vsslight
out BGR24 flip
videocodec vssh264
- info "VSS H.264"
+ info "VSS H.264 New"
+ status working
+ fourcc VSSH
+ driver dshow
+ dll "vsshdsd.dll"
+ guid 0x6931C7e7, 0x75b7, 0x4729, 0xa1, 0x53, 0xa8, 0xad, 0x99, 0xbd, 0xf7, 0x0b
+ out YV12
+
+videocodec vssh264old
+ info "VSS H.264 Old"
status working
fourcc VSSH
driver vfw