[vlc-commits] Win32: set default clock-source on multimedia, for now
Jean-Baptiste Kempf
git at videolan.org
Tue Jan 22 13:45:21 CET 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jan 22 11:49:27 2013 +0100| [e98d0a823f78f47eed42dad40e33dfd04816026d] | committer: Jean-Baptiste Kempf
Win32: set default clock-source on multimedia, for now
It seems to be better for the machines with lying power-improvement
programs, like ASUS EPU-Engine
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e98d0a823f78f47eed42dad40e33dfd04816026d
---
src/win32/thread.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/win32/thread.c b/src/win32/thread.c
index 817cbad..5830d00 100644
--- a/src/win32/thread.c
+++ b/src/win32/thread.c
@@ -723,7 +723,7 @@ static void SelectClockSource (vlc_object_t *obj)
return;
}
- const char *name = "perf";
+ const char *name = "multimedia";
char *str = var_InheritString (obj, "clock-source");
if (str != NULL)
name = str;
More information about the vlc-commits
mailing list