1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

evr: Remove useless code.

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
This commit is contained in:
Eric Pouech 2024-03-13 09:22:58 +01:00 committed by Alexandre Julliard
parent ef58b8c770
commit d950e1b61f

View file

@ -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);
}