From 92c4be4b6e1d78705ee97d2c1bfc1355027c2c5e Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 10 Dec 2017 23:58:14 +0200 Subject: hwdec: document a forgotten parameter Add the "all" value to the --gpu-hwdec-interop help output. --- video/out/gpu/hwdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video') diff --git a/video/out/gpu/hwdec.c b/video/out/gpu/hwdec.c index 4661e875bf..5284116b57 100644 --- a/video/out/gpu/hwdec.c +++ b/video/out/gpu/hwdec.c @@ -117,6 +117,7 @@ int ra_hwdec_validate_opt(struct mp_log *log, const m_option_t *opt, } if (help) { mp_info(log, " auto (behavior depends on context)\n" + " all (load all hwdecs)\n" " no (do not load any and block loading on demand)\n"); return M_OPT_EXIT; } -- cgit v1.2.3