From 9cc051e7d89b126bd9534e582ae53818bd6a41a7 Mon Sep 17 00:00:00 2001 From: rtognimp Date: Wed, 30 Jun 2004 22:00:53 +0000 Subject: Support for Winnov Videum WINX and WNV1 codecs with binary dll git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12736 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 4c5ae7a19c..9065e56a0e 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1348,6 +1348,22 @@ videocodec vivd2 out YUY2,YV12,I420,YVU9 out BGR32,BGR24,BGR15 +videocodec winx + info "Winnov Videum winx codec" + status buggy + fourcc WINX + driver vfwex + dll "wnvwinx.dll" + out BGR32,BGR24,BGR15 + +videocodec wnv1 + info "Winnov Videum wnv1 codec" + status buggy + fourcc WNV1 + driver vfwex + dll "wnvplay1.dll" + out BGR32,BGR24,BGR15 + ; quicktime codecs: videocodec qt3ivx -- cgit v1.2.3