--- ../mplayer-1.0rc2-orig/mplayer.c 2007-10-08 04:49:33 +0900 +++ mplayer.c 2007-12-14 23:41:31 +0900 @@ -1705,7 +1705,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){