summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_tfields.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-10-21 05:32:36 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-10-21 07:35:22 +0300
commitfa7983b236a219da83ed73a461d58605b69575da (patch)
treec817dc76fb8d257bd39b82795ab238cdd12bbcd7 /libmpcodecs/vf_tfields.c
parentf43c06930f8e5161e8b4ef079dec04eed99d942e (diff)
downloadmpv-fa7983b236a219da83ed73a461d58605b69575da.tar.bz2
mpv-fa7983b236a219da83ed73a461d58605b69575da.tar.xz
vf: Remove unused VFCTRL_FLIP_PAGE
Nothing uses it under MPlayer any more, and under MEncoder it never had any effect.
Diffstat (limited to 'libmpcodecs/vf_tfields.c')
-rw-r--r--libmpcodecs/vf_tfields.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libmpcodecs/vf_tfields.c b/libmpcodecs/vf_tfields.c
index 395e55a323..28529d319b 100644
--- a/libmpcodecs/vf_tfields.c
+++ b/libmpcodecs/vf_tfields.c
@@ -368,8 +368,6 @@ static int continue_buffered_image(struct vf_instance *vf)
ret |= vf_next_put_image(vf, dmpi, pts);
if (!under_mencoder)
break;
- else
- if (!i) vf_next_control(vf, VFCTRL_FLIP_PAGE, NULL);
}
break;
case 1:
@@ -398,8 +396,6 @@ static int continue_buffered_image(struct vf_instance *vf)
ret |= vf_next_put_image(vf, dmpi, pts);
if (!under_mencoder)
break;
- else
- if (!i) vf_next_control(vf, VFCTRL_FLIP_PAGE, NULL);
}
break;
case 2:
@@ -424,8 +420,6 @@ static int continue_buffered_image(struct vf_instance *vf)
ret |= vf_next_put_image(vf, dmpi, pts);
if (!under_mencoder)
break;
- else
- if (!i) vf_next_control(vf, VFCTRL_FLIP_PAGE, NULL);
}
break;
}