0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

hwdec: document a forgotten parameter

Add the "all" value to the --gpu-hwdec-interop help output.
This commit is contained in:
wm4 2017-12-10 23:58:14 +02:00 committed by Jan Ekström
parent 6047333f0b
commit 92c4be4b6e

View File

@ -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;
}