Skip to content

modules: decklink: fix possible pointer aliasing issues

Steve Lhomme requested to merge robUx4/vlc:decklink-aliasing into master

Decklink uses a COM like API on Linux and macOS but there's no WRL there or __uuidof(). So we have to use the safe COM handling.

Merge request reports