summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-12-10 23:58:14 +0200
committerJan Ekström <jeebjp@gmail.com>2017-12-11 20:44:59 +0200
commit92c4be4b6e1d78705ee97d2c1bfc1355027c2c5e (patch)
tree5b43e3a24242a713d41af5c263e4dedda0a4f515 /video
parent6047333f0bf2df869df9b4e479be9656ddc90f7e (diff)
downloadmpv-92c4be4b6e1d78705ee97d2c1bfc1355027c2c5e.tar.bz2
mpv-92c4be4b6e1d78705ee97d2c1bfc1355027c2c5e.tar.xz
hwdec: document a forgotten parameter
Add the "all" value to the --gpu-hwdec-interop help output.
Diffstat (limited to 'video')
-rw-r--r--video/out/gpu/hwdec.c1
1 files changed, 1 insertions, 0 deletions
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;
}