summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf.c')
-rw-r--r--video/filter/vf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/video/filter/vf.c b/video/filter/vf.c
index a812ba8136..6749134b05 100644
--- a/video/filter/vf.c
+++ b/video/filter/vf.c
@@ -458,12 +458,6 @@ struct mp_image *vf_read_output_frame(struct vf_chain *c)
return res;
}
-struct mp_image *vf_output_queued_frame(struct vf_chain *c, bool eof)
-{
- vf_output_frame(c, eof);
- return vf_read_output_frame(c);
-}
-
static void vf_forget_frames(struct vf_instance *vf)
{
for (int n = 0; n < vf->num_out_queued; n++)