summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-21 23:50:23 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-21 23:50:23 +0000
commitc22ccbb86493495f35dd066e15d43d78e12ee1cc (patch)
tree70c1c634f4dda15ff2072ce694f1ba823d3b73c8 /mplayer.c
parenta8d08eee90e622af7ff3b4ea0245a099e778b9a8 (diff)
downloadmpv-c22ccbb86493495f35dd066e15d43d78e12ee1cc.tar.bz2
mpv-c22ccbb86493495f35dd066e15d43d78e12ee1cc.tar.xz
Revert Michael's VFCTRL_FLIP_PAGE changes ("svn merge -r 18781:18779 .")
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18782 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/mplayer.c b/mplayer.c
index 35cb51cfc0..fd5ceef487 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3940,11 +3940,7 @@ if(time_frame>0.001 && !(vo_flags&256)){
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;