Skip to content

direct3d11: use d3d11_quad_t as a class

Steve Lhomme requested to merge robUx4/vlc:d3d11-quad-alloc into master

It contains ComPtr, it should not be allocated with calloc()!

Also fixes a structure leak for each region quad.

Merge request reports