From f0d212034795e5148c233702fcbe330932fad09b Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 2 Jun 2013 17:58:48 +0200 Subject: osx: cocoa_common: use default wakeup period Now that Cocoa's input handling is done on a separate thread from the playloop it is ridicolously simple to have longer asynchronous sleeps when paused. --- video/out/cocoa_common.m | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out') diff --git a/video/out/cocoa_common.m b/video/out/cocoa_common.m index 8c57ce53dc..b561ca892b 100644 --- a/video/out/cocoa_common.m +++ b/video/out/cocoa_common.m @@ -149,7 +149,6 @@ static void disable_power_management(struct vo *vo) int vo_cocoa_init(struct vo *vo) { vo->cocoa = vo_cocoa_init_state(vo); - vo->wakeup_period = 0.02; disable_power_management(vo); return 1; -- cgit v1.2.3