comparison mplayer.c @ 6123:d5606e4d0280

module name fixed for vo check_events
author arpi
date Sun, 19 May 2002 23:22:11 +0000
parents 69b3c25728fb
children 2f59920361ff
comparison
equal deleted inserted replaced
6122:096289c0b6b7 6123:d5606e4d0280
1729 1729
1730 //if(!frame_time_remaining){ // should we display the frame now? 1730 //if(!frame_time_remaining){ // should we display the frame now?
1731 1731
1732 //====================== FLIP PAGE (VIDEO BLT): ========================= 1732 //====================== FLIP PAGE (VIDEO BLT): =========================
1733 1733
1734 current_module="vo_check_events";
1735 if(vo_config_count) video_out->check_events();
1736
1734 current_module="flip_page"; 1737 current_module="flip_page";
1735
1736 if(vo_config_count) video_out->check_events();
1737 if(blit_frame && !frame_time_remaining){ 1738 if(blit_frame && !frame_time_remaining){
1738 unsigned int t2=GetTimer(); 1739 unsigned int t2=GetTimer();
1739 double tt; 1740 double tt;
1740 float j; 1741 float j;
1741 #define FRAME_LAG_WARN 0.2 1742 #define FRAME_LAG_WARN 0.2