From e9a18efa2b937f7627447e9f3c82c38ddf6b6eee Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 1 Aug 2012 01:06:59 +0200 Subject: VO: add mechanisms to change VO commandline for VOs supporting it --- libvo/video_out.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libvo/video_out.h') diff --git a/libvo/video_out.h b/libvo/video_out.h index a6bd19643f..82302a91d4 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -77,6 +77,8 @@ enum mp_voctrl { VOCTRL_GET_YUV_COLORSPACE, // struct mp_csp_details VOCTRL_SCREENSHOT, // struct voctrl_screenshot_args + + VOCTRL_SET_COMMAND_LINE, // char* }; // VOCTRL_SET_EQUALIZER -- cgit v1.2.3