summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_d3d11vpp.c
diff options
context:
space:
mode:
authorChristoph Heinrich <christoph.heinrich@student.tugraz.at>2023-02-20 06:44:22 +0100
committerDudemanguy <random342@airmail.cc>2023-02-21 17:15:17 +0000
commit4ebfe9851c63c8aa55292c01f23fedd9313ed191 (patch)
tree348c38e97d60914450b3179ea61e39a30b27464e /video/filter/vf_d3d11vpp.c
parent91cc0d8cf6a2cf264c243ca3b3e99b5fd4044c29 (diff)
downloadmpv-4ebfe9851c63c8aa55292c01f23fedd9313ed191.tar.bz2
mpv-4ebfe9851c63c8aa55292c01f23fedd9313ed191.tar.xz
options: transition commands from OPT_FLAG to OPT_BOOL
Diffstat (limited to 'video/filter/vf_d3d11vpp.c')
-rw-r--r--video/filter/vf_d3d11vpp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/filter/vf_d3d11vpp.c b/video/filter/vf_d3d11vpp.c
index 3f306e4be7..73f7d70dea 100644
--- a/video/filter/vf_d3d11vpp.c
+++ b/video/filter/vf_d3d11vpp.c
@@ -429,6 +429,7 @@ static struct mp_filter *vf_d3d11vpp_create(struct mp_filter *parent,
struct hwdec_imgfmt_request params = {
.imgfmt = IMGFMT_D3D11,
+ .probing = false,
};
hwdec_devices_request_for_img_fmt(info->hwdec_devs, &params);