summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_screenshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_screenshot.c')
-rw-r--r--video/filter/vf_screenshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/filter/vf_screenshot.c b/video/filter/vf_screenshot.c
index d0e98f07b8..d60271acc4 100644
--- a/video/filter/vf_screenshot.c
+++ b/video/filter/vf_screenshot.c
@@ -50,7 +50,7 @@ static int control (vf_instance_t *vf, int request, void *data)
args->out_image = mp_image_new_ref(vf->priv->current);
return CONTROL_TRUE;
}
- return vf_next_control (vf, request, data);
+ return CONTROL_UNKNOWN;
}
static int query_format(struct vf_instance *vf, unsigned int fmt)