summaryrefslogtreecommitdiffstats
path: root/filters/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'filters/filter.c')
-rw-r--r--filters/filter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/filters/filter.c b/filters/filter.c
index e07caef131..eb757f5753 100644
--- a/filters/filter.c
+++ b/filters/filter.c
@@ -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, &params);