module name fixed for vo check_events

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6124 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-05-19 23:22:11 +00:00
parent f4310c7fb1
commit 61a23b0d8b
1 changed files with 3 additions and 2 deletions

View File

@ -1731,9 +1731,10 @@ if(time_frame>0.001 && !(vo_flags&256)){
//====================== FLIP PAGE (VIDEO BLT): =========================
current_module="flip_page";
current_module="vo_check_events";
if(vo_config_count) video_out->check_events();
current_module="flip_page";
if(blit_frame && !frame_time_remaining){
unsigned int t2=GetTimer();
double tt;