[MPlayer-dev-eng] [PATCH] wishlist quiet popup
Diego Biurrun
diego at biurrun.de
Mon Jun 21 01:32:47 CEST 2004
adland writes:
>
> can use -really-quiet option to disable the system to slow popup
>
> --- 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);
Hmm, what's the point of this patch? Right now the message is not
displayed with -really-quiet, so the effect you want to achieve is
already there.
Diego
More information about the MPlayer-dev-eng
mailing list