win32: core: wake up more often to poll for input
commit9ba3e1ddb25a780f31ad2ed3e2fbb6682c098456
authorUoti Urpala <uau@mplayer2.org>
Mon, 23 Apr 2012 19:43:13 +0000 (23 22:43 +0300)
committerUoti Urpala <uau@mplayer2.org>
Thu, 26 Apr 2012 18:03:02 +0000 (26 21:03 +0300)
tree12c6d7f0e74cb68f8e0771fa23564b12c79c2c65
parentab6c760b3b58ec5b95b7d3af4fda941e8532dd70
win32: core: wake up more often to poll for input

MSWindows does not have properly working support for detecting events
on file descriptors. As a result the current mplayer2 code does not
support waking up when new input events occur. Make the central
playloop wake up more often to poll for events; otherwise response
would be a lot laggier than on better operating systems during pause
or other cases where the process would not otherwise wake up.
mplayer.c