Skip to content

avoid GetAddressOf with ComPtr objects

Steve Lhomme requested to merge robUx4/vlc:comptr-pointers into master

Using the & operator does the same in a cleaner way.

Some GetAddressOf() remain because they give access to the address of the internal pointer, for single item array usage.

Merge request reports