[MPlayer-dev-eng] [PATCH] wishlist quiet popup

adland adland123 at yahoo.com
Wed May 5 10:45:11 CEST 2004


patch to fix issue in wishlist
 Ability to completely disable those popups 
   'your system is too slow...').

can use -really-quiet option to disable the system to slow popup

please consider patch

diff -Naur main/mplayer.c updated/mplayer.c
--- main/mplayer.c      2004-04-30 16:05:54.000000000 -0400
+++ updated/mplayer.c   2004-05-05 04:20:49.000000000 -0400
@@ -2331,7 +2331,7 @@
        AV_delay=(a_pts-delay-audio_delay)-v_pts;
        if(AV_delay>0.5 && drop_frame_cnt>50 && drop_message==0){
          ++drop_message;
-         mp_msg(MSGT_AVSYNC,MSGL_WARN,MSGTR_SystemTooSlow);
+         mp_msg(MSGT_AVSYNC,MSGL_INFO,MSGTR_SystemTooSlow);
        }
         x=AV_delay*0.1f;
         if(x<-max_pts_correction) x=-max_pts_correction; else





More information about the MPlayer-dev-eng mailing list