diff -urN mplayer-1.0_rc4_p20100506-orig/mplayer.c mplayer-1.0_rc4_p20100506/mplayer.c --- mplayer-1.0_rc4_p20100506-orig/mplayer.c 2010-04-26 01:09:56 +0900 +++ mplayer-1.0_rc4_p20100506/mplayer.c 2010-05-07 13:12:42 +0900 @@ -2049,7 +2049,7 @@ v_pts = mpctx->sh_video->pts; { - static int drop_message=0; + static int drop_message=1; double AV_delay = a_pts - audio_delay - v_pts; double x; if (AV_delay>0.5 && drop_frame_cnt>50 && drop_message==0){