Skip to content

direct3d11: do not try to use a 0 width/height output

Steve Lhomme requested to merge robUx4/vlc:d3d11-0-dimensions into master

DXGI and Direct3D can't deal with such sizes. Force the rendering to a tiny size (8 seems to be the default size). It won't be visible anyway.

Merge request reports