Skip to content

decklinkvideosink: Cast result of bitwise-or of multiple enum values to the enum again

In C++ the bitwise-or results in an int, and ints are not implicitely cast to enums.

See !25 (comment 78122)

Merge request reports