Nikolay Sivov : evr/mixer: Remove incorrect trace.
Module: wine Branch: master Commit: 1a47ab043f3f56eb347f44a25b168a8ce29d2ca8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1a47ab043f3f56eb347f44a25... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Wed Feb 2 12:54:15 2022 +0300 evr/mixer: Remove incorrect trace. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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))) {
participants (1)
-
Alexandre Julliard