[Mplayer-cvslog] CVS: main/loader win32.c,1.92,1.93

Roberto Togni CVS syncmail at mplayerhq.hu
Sun Oct 10 00:14:39 CEST 2004


CVS change done by Roberto Togni CVS

Update of /cvsroot/mplayer/main/loader
In directory mail:/var2/tmp/cvs-serv29629/loader

Modified Files:
	win32.c 
Log Message:
Windows Media Image (WMVP) can be decoded with WMV9 dmo codec


Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- win32.c	18 Sep 2004 14:17:45 -0000	1.92
+++ win32.c	9 Oct 2004 22:14:36 -0000	1.93
@@ -4694,6 +4694,12 @@
     return 1;
 }
 
+static double expfloor(double x)
+{
+    dbgprintf("floor(%lf)\n", x);
+    return floor(x);
+}
+
 struct exports
 {
     char name[64];
@@ -4911,6 +4917,7 @@
     FF(fprintf,-1)
     FF(printf,-1)
     FF(getenv,-1)
+    FF(floor,-1)
 #ifdef MPLAYER
     FF(_EH_prolog,-1)
 #endif




More information about the MPlayer-cvslog mailing list