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. --- core/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/options.h') diff --git a/core/options.h b/core/options.h index b1f624d930..f70f7f8553 100644 --- a/core/options.h +++ b/core/options.h @@ -6,7 +6,7 @@ #include "core/m_option.h" typedef struct mp_vo_opts { - char **video_driver_list; + struct m_obj_settings *video_driver_list; int screenwidth; int screenheight; -- cgit v1.2.3