summaryrefslogtreecommitdiffstats
path: root/core/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-21 21:17:48 +0200
committerwm4 <wm4@nowhere>2013-07-21 23:27:31 +0200
commitc1afd751428741a2b0077cc82a5fb68c6b672009 (patch)
tree37662fa75aa5b7bdcba04b3fbf6ac4fc33489038 /core/options.h
parent999dad454f6db2c3d52e9594778bccc03156d299 (diff)
downloadmpv-c1afd751428741a2b0077cc82a5fb68c6b672009.tar.bz2
mpv-c1afd751428741a2b0077cc82a5fb68c6b672009.tar.xz
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.
Diffstat (limited to 'core/options.h')
-rw-r--r--core/options.h2
1 files changed, 1 insertions, 1 deletions
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;