From c1afd751428741a2b0077cc82a5fb68c6b672009 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 21 Jul 2013 21:17:48 +0200 Subject: options: use new code for parsing --vo Nothing should change from user perspective. mpv --vo=opengl:help now works. Remove the vo_opengl inline help text. The new code can list option names for you, but that's it. Refer to the manpage if you have trouble. --- video/out/vo.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'video/out/vo.h') diff --git a/video/out/vo.h b/video/out/vo.h index 96155cbafa..80c51dfc08 100644 --- a/video/out/vo.h +++ b/video/out/vo.h @@ -230,9 +230,6 @@ struct vo_driver { // List of options to parse into priv struct (requires privsize to be set) const struct m_option *options; - // Help text to print when option parsing fails - const char *help_text; - // Parse these options before parsing user options const char *init_option_string; }; @@ -291,7 +288,6 @@ struct vo *init_best_video_out(struct mp_vo_opts *opts, struct input_ctx *input_ctx, struct encode_lavc_context *encode_lavc_ctx); int vo_reconfig(struct vo *vo, struct mp_image_params *p, int flags); -void list_video_out(void); int vo_control(struct vo *vo, uint32_t request, void *data); void vo_queue_image(struct vo *vo, struct mp_image *mpi); -- cgit v1.2.3