From 902ae9ae41091fbd95c223ac79fa1fa9f96cd011 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 13 Oct 2017 00:31:43 +0200 Subject: options: add --vlang switch For symmetry with --alang and --slang. 100% useless, but why not? --- options/options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'options') diff --git a/options/options.c b/options/options.c index a0aa4a89f8..e0f7e2b7e8 100644 --- a/options/options.c +++ b/options/options.c @@ -365,6 +365,7 @@ const m_option_t mp_opts[] = { OPT_ALIAS("audio", "aid"), OPT_STRINGLIST("alang", stream_lang[STREAM_AUDIO], 0), OPT_STRINGLIST("slang", stream_lang[STREAM_SUB], 0), + OPT_STRINGLIST("vlang", stream_lang[STREAM_VIDEO], 0), OPT_FLAG("track-auto-selection", stream_auto_sel, 0), OPT_STRING("lavfi-complex", lavfi_complex, UPDATE_LAVFI_COMPLEX), -- cgit v1.2.3