]> git.sesse.net Git - ffmpeg/commit
avdevice/decklink: fix checking video mode in SDK version 11
authorMarton Balint <cus@passwd.hu>
Wed, 1 May 2019 10:47:43 +0000 (12:47 +0200)
committerMarton Balint <cus@passwd.hu>
Sun, 5 May 2019 18:07:35 +0000 (20:07 +0200)
commit15b8f36be17c45f17b662090ee2039c93eff9635
treede4eb8c609b0271e95f2ef1212d0ff37a37a8eb2
parent73f234fdf8d096ba2ab2cfd548b316937bf706b6
avdevice/decklink: fix checking video mode in SDK version 11

Apparently in the new SDK one cannot query if VANC output is supported, so we
will fall back to non-VANC output if enabling the video output with VANC fails.

Fixes ticket #7867.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavdevice/decklink_common.cpp
libavdevice/decklink_enc.cpp