]> git.sesse.net Git - vlc/commitdiff
Win32: set default clock-source on multimedia, for now
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 22 Jan 2013 10:49:27 +0000 (11:49 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 22 Jan 2013 13:02:23 +0000 (14:02 +0100)
It seems to be better for the machines with lying power-improvement
programs, like ASUS EPU-Engine

src/win32/thread.c

index 817cbadf467eb438baec737878fb6cbb3e523407..5830d00b37461704fdcf929b2c9f1c9a51d0b2b4 100644 (file)
@@ -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;