From c7ff0c643adacf98337710a451762755d492c6f4 Mon Sep 17 00:00:00 2001 From: rtogni Date: Mon, 5 Jun 2006 18:41:01 +0000 Subject: Support WVC1 decoding via dmo binary codec wvc1dmod.dll git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18581 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 75e2462f55..7b78214ed6 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -777,6 +777,15 @@ videocodec wmvadmo out YUY2,UYVY ; out BGR32,BGR24,BGR16 ;,BGR15 +videocodec wmvvc1dmo + info "Windows Media Video (VC-1) Advanced Profile Decoder" + status working + fourcc WVC1 + driver dmo + dll "wvc1dmod.dll" + guid 0xc9bfbccf, 0xe60e, 0x4588, 0xa3, 0xdf, 0x5a, 0x03, 0xb1, 0xfd, 0x95, 0x85 + out YV12,YUY2 + videocodec wmsdmod info "Windows Media Screen Codec 2" status working -- cgit v1.2.3