summaryrefslogtreecommitdiffstats
path: root/video/out/vo_xv.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_xv.c')
-rw-r--r--video/out/vo_xv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/video/out/vo_xv.c b/video/out/vo_xv.c
index 731710d0af..d0de5efe9e 100644
--- a/video/out/vo_xv.c
+++ b/video/out/vo_xv.c
@@ -848,7 +848,8 @@ static int control(struct vo *vo, uint32_t request, void *data)
*cspc = ctx->cached_csp;
return true;
case VOCTRL_REDRAW_FRAME:
- return redraw_frame(vo);
+ redraw_frame(vo);
+ return true;
case VOCTRL_SCREENSHOT: {
struct voctrl_screenshot_args *args = data;
args->out_image = get_screenshot(vo);