changeset 13748:f2234d265869

Decode VDOWave (VDOM) with binary codec
author rtognimp
date Sun, 24 Oct 2004 19:18:26 +0000
parents 1bdec8201f77
children dd7199cfb8e4
files etc/codecs.conf loader/win32.c
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Sun Oct 24 19:17:55 2004 +0000
+++ b/etc/codecs.conf	Sun Oct 24 19:18:26 2004 +0000
@@ -1375,6 +1375,15 @@
   dll "wnvplay1.dll"
   out BGR32,BGR24,BGR15
 
+videocodec vdom
+  info "VDOWave codec"
+  status working
+  fourcc VDOM
+  driver vfw
+  dll "vdowave.drv" ; Need also VDODEC32.dll and DECVW_32.DLL
+  out BGR24
+
+
 ; quicktime codecs:
 
 videocodec qt3ivx
--- a/loader/win32.c	Sun Oct 24 19:17:55 2004 +0000
+++ b/loader/win32.c	Sun Oct 24 19:18:26 2004 +0000
@@ -5232,7 +5232,7 @@
 
 #ifndef LOADLIB_TRY_NATIVE
   /* hack for truespeech and vssh264*/
-  if (!strcmp(library, "tsd32.dll") || !strcmp(library,"vssh264dec.dll") || !strcmp(library,"LCMW2.dll"))
+  if (!strcmp(library, "tsd32.dll") || !strcmp(library,"vssh264dec.dll") || !strcmp(library,"LCMW2.dll") || !strcmp(library,"VDODEC32.dll"))
 #endif
     /* ok, this is a hack, and a big memory leak. should be fixed. - alex */
     {