evr: Remove useless code.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
This commit is contained in:
parent
ef58b8c770
commit
d950e1b61f
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue