mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
hwdec: document a forgotten parameter
Add the "all" value to the --gpu-hwdec-interop help output.
This commit is contained in:
parent
6047333f0b
commit
92c4be4b6e
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user