Skip to content

decklink: Re-order modes enum for backwards compatibility with 1.16

The PAL/NTSC widescreen modes were added after 1.16 but inserted before the HD modes, which changed the integer values of the enums.

Move them to the very end instead to keep backwards compatibility.

Fixes #1048 (closed)

Merge request reports