Eric Pouech : evr: Remove useless code.
Module: wine Branch: master Commit: d950e1b61f34e8bc333ec558edcbfc46bfbb9936 URL: https://gitlab.winehq.org/wine/wine/-/commit/d950e1b61f34e8bc333ec558edcbfc4... Author: Eric Pouech <epouech(a)codeweavers.com> Date: Wed Mar 13 09:22:58 2024 +0100 evr: Remove useless code. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> --- dlls/evr/evr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/evr/evr.c b/dlls/evr/evr.c index 52c5de5e2c4..362c4f1e76f 100644 --- a/dlls/evr/evr.c +++ b/dlls/evr/evr.c @@ -409,7 +409,6 @@ static HRESULT evr_copy_sample_buffer(struct evr *filter, const GUID *subtype, I /* All other formats are 32-bit, single plane. */ MFCopyImage(locked_rect.pBits, locked_rect.Pitch, src, src_stride, width * 4, lines); } - MFCopyImage(locked_rect.pBits, locked_rect.Pitch, src, src_stride, width, lines); IDirect3DSurface9_UnlockRect(surface); }
participants (1)
-
Alexandre Julliard