[PATCH] evr/mixer: Remove incorrect trace.

Nikolay Sivov nsivov at codeweavers.com
Wed Feb 2 03:54:15 CST 2022


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---

It was added by mistake.

 dlls/evr/mixer.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/evr/mixer.c b/dlls/evr/mixer.c
index 89215b4dec0..0b957e7b6bd 100644
--- a/dlls/evr/mixer.c
+++ b/dlls/evr/mixer.c
@@ -957,8 +957,6 @@ static HRESULT WINAPI video_mixer_transform_SetOutputType(IMFTransform *iface, D
             if (SUCCEEDED(hr = IDirectXVideoProcessorService_CreateVideoProcessor(service, &mixer->output.rt_formats[i].device,
                     &video_desc, rt_format, MAX_MIXER_INPUT_SUBSTREAMS, &mixer->processor)))
             {
-                ERR("picked dxva device %s\n", debugstr_guid(&mixer->output.rt_formats[i].device));
-
                 if (FAILED(IMFMediaType_GetBlob(type, &MF_MT_GEOMETRIC_APERTURE, (UINT8 *)&mixer->aperture,
                         sizeof(mixer->aperture), NULL)))
                 {
-- 
2.34.1




More information about the wine-devel mailing list