diff mplayer.c @ 18779:d3b0e55b0c90

Revert Michael's VFCTRL_FLIP_PAGE changes ("svn merge -r 18781:18779 .")
author uau
date Wed, 21 Jun 2006 23:50:23 +0000
parents 886095ad9c0f
children ab94d003023d
line wrap: on
line diff
--- a/mplayer.c	Wed Jun 21 20:52:07 2006 +0000
+++ b/mplayer.c	Wed Jun 21 23:50:23 2006 +0000
@@ -3940,11 +3940,7 @@
 		too_slow_frame_cnt++;
 		/* printf ("PANIC: too slow frame (%.3f)!\n", j); */
 
-	   if(vo_config_count){
-                if(CONTROL_OK!=((vf_instance_t *)sh_video->vfilter)->control(sh_video->vfilter, VFCTRL_FLIP_PAGE, 0))
-                    video_out->flip_page();
-           }
-
+	   if(vo_config_count) video_out->flip_page();
 	   if (play_n_frames >= 0) {
 	     --play_n_frames;
 	     if (play_n_frames <= 0) eof = PT_NEXT_ENTRY;