1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00

move vo event check together with gui event check

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20910 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
uau 2006-11-14 06:25:02 +00:00
parent f916c5d0c4
commit 186e0d274e

View File

@ -4366,6 +4366,9 @@ if(!sh_video) {
if(use_gui) guiEventHandling();
#endif
current_module="vo_check_events";
if (vo_config_count) video_out->check_events();
current_module="calc_sleep_time";
#if 0
@ -4453,9 +4456,6 @@ if(time_frame>0.001 && !(vo_flags&256))
//====================== FLIP PAGE (VIDEO BLT): =========================
current_module="vo_check_events";
if(vo_config_count) video_out->check_events();
current_module="flip_page";
if (!frame_time_remaining) {