mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
options: transition commands from OPT_FLAG to OPT_BOOL
This commit is contained in:
committed by
Dudemanguy
parent
91cc0d8cf6
commit
4ebfe9851c
@@ -693,6 +693,7 @@ struct mp_hwdec_ctx *mp_filter_load_hwdec_device(struct mp_filter *f, int imgfmt
|
||||
|
||||
struct hwdec_imgfmt_request params = {
|
||||
.imgfmt = imgfmt,
|
||||
.probing = false,
|
||||
};
|
||||
hwdec_devices_request_for_img_fmt(info->hwdec_devs, ¶ms);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user