From 77fd4dd681be8eb95d8e7b79b66242822f95e4da Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 17 Oct 2019 22:43:14 +0200 Subject: video: remove mp_image_params.hw_flags field This was speculatively added 2 years ago in preparation for something that apparently never happened. The D3D code was added as an "example", but this too was never used/finished. No reason to keep this. --- video/filter/vf_d3d11vpp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video/filter/vf_d3d11vpp.c') diff --git a/video/filter/vf_d3d11vpp.c b/video/filter/vf_d3d11vpp.c index 5464019dac..504b881f3f 100644 --- a/video/filter/vf_d3d11vpp.c +++ b/video/filter/vf_d3d11vpp.c @@ -349,7 +349,6 @@ static void vf_d3d11vpp_process(struct mp_filter *vf) p->out_params.hw_subfmt = IMGFMT_NV12; p->out_format = DXGI_FORMAT_NV12; - p->out_params.hw_flags = 0; p->require_filtering = p->params.hw_subfmt != p->out_params.hw_subfmt; } -- cgit v1.2.3