[Mplayer-cvslog] CVS: main/loader win32.c,1.89,1.90
Roberto Togni CVS
syncmail at mplayerhq.hu
Thu Jul 1 00:00:56 CEST 2004
CVS change done by Roberto Togni CVS
Update of /cvsroot/mplayer/main/loader
In directory mail:/var2/tmp/cvs-serv18564/loader
Modified Files:
win32.c
Log Message:
Support for Winnov Videum WINX and WNV1 codecs with binary dll
Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- win32.c 1 May 2004 18:25:24 -0000 1.89
+++ win32.c 30 Jun 2004 22:00:53 -0000 1.90
@@ -3582,6 +3582,14 @@
return r;
}
+ // Needed by wnvplay1.dll
+ if (strstr(cs1, "WINNOV.bmp"))
+ {
+ int r;
+ r=open("/dev/null", 0);
+ return r;
+ }
+
#if 0
/* we need this for some virtualdub filters */
{
More information about the MPlayer-cvslog
mailing list