[Mplayer-cvslog] CVS: main/loader win32.c,1.37,1.38
Arpi of Ize
arpi at mplayer.dev.hu
Mon Dec 10 20:21:10 CET 2001
- Previous message: [Mplayer-cvslog] CVS: main/loader win32.c,1.36,1.37
- Next message: [Mplayer-cvslog] CVS: main/loader/DirectShow DS_VideoDec.cpp,1.17,1.18 DS_VideoDec.h,1.2,1.3 DS_AudioDec.cpp,1.7,1.8 DS_AudioDec.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/loader
In directory mplayer:/var/tmp.root/cvs-serv6514
Modified Files:
win32.c
Log Message:
SetThreadAffinityMask added, req. for vivo audio
Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- win32.c 10 Dec 2001 19:15:45 -0000 1.37
+++ win32.c 10 Dec 2001 19:21:07 -0000 1.38
@@ -3241,6 +3241,13 @@
return 0; //CoInitializeEx(lpReserved, COINIT_APARTMENTTHREADED);
}
+DWORD expSetThreadAffinityMask
+(
+ HANDLE hThread,
+ DWORD dwThreadAffinityMask
+){
+ return 0;
+};
struct exports
@@ -3382,6 +3389,7 @@
FF(GetOEMCP,-1)
FF(GetCPInfo,-1)
FF(DuplicateHandle,-1)
+FF(SetThreadAffinityMask,-1)
};
struct exports exp_msvcrt[]={
- Previous message: [Mplayer-cvslog] CVS: main/loader win32.c,1.36,1.37
- Next message: [Mplayer-cvslog] CVS: main/loader/DirectShow DS_VideoDec.cpp,1.17,1.18 DS_VideoDec.h,1.2,1.3 DS_AudioDec.cpp,1.7,1.8 DS_AudioDec.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list