Skip to content

direct3d9: fix crop texture size

Steve Lhomme requested to merge robUx4/vlc:d3d9-crop into master

The Direct3D9SetupVertices() call needs the size of the raw texture. It is not the visible parameters when cropping.

fixes #27632 (closed)

Merge request reports