Skip to content

decklink: avoid static struct initializer

Niklas Haas requested to merge haasn/vlc:decklink_init into master

Prevents compilation failure when extending this struct in the future, a feature(tm) unique to C++.

Merge request reports