summaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command.c')
-rw-r--r--command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.c b/command.c
index be5c1ebb0e..e73fee842d 100644
--- a/command.c
+++ b/command.c
@@ -2722,7 +2722,7 @@ int run_command(MPContext * mpctx, mp_cmd_t * cmd)
((vf_instance_t *) sh_video->vfilter)->
control(sh_video->vfilter, VFCTRL_SCREENSHOT,
&cmd->args[0].v.i))
- mpctx->video_out->control(VOCTRL_SCREENSHOT, NULL);
+ mp_msg(MSGT_CPLAYER, MSGL_INFO, "failed (forgot -vf screenshot?)\n");
}
break;