diff -urN mplayer-1.0_rc2_p20090530-orig/mplayer.c mplayer-1.0_rc2_p20090530/mplayer.c --- mplayer-1.0_rc2_p20090530-orig/mplayer.c 2009-05-31 06:32:34 +0900 +++ mplayer-1.0_rc2_p20090530/mplayer.c 2009-06-02 00:22:03 +0900 @@ -1960,7 +1960,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){