summaryrefslogtreecommitdiffstats
path: root/options/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.c')
-rw-r--r--options/options.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/options/options.c b/options/options.c
index caf0171a7a..af294a7709 100644
--- a/options/options.c
+++ b/options/options.c
@@ -458,7 +458,9 @@ const m_option_t mp_opts[] = {
OPT_CHOICE("framedrop", frame_dropping, 0,
({"no", 0},
- {"yes", 1})),
+ {"vo", 1},
+ {"decoder", 2},
+ {"decoder+vo", 3})),
OPT_FLAG("untimed", untimed, M_OPT_FIXED),