# HG changeset patch # User rtognimp # Date 1098645506 0 # Node ID f2234d265869e91eee5f9365536234162a31af8d # Parent 1bdec8201f779ae994acfa63f7e8dfb08e195118 Decode VDOWave (VDOM) with binary codec diff -r 1bdec8201f77 -r f2234d265869 etc/codecs.conf --- 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 diff -r 1bdec8201f77 -r f2234d265869 loader/win32.c --- 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 */ {