[FFmpeg-devel] [PATCH] avdevice/decklink: fix checking video mode in SDK version 11

2019-05-01 Thread Marton Balint
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 --- libavdevice/decklink_common.cpp | 16 +--- libavdevice/decklink_enc.cpp

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: fix checking video mode in SDK version 11

2019-05-05 Thread Marton Balint
On Wed, 1 May 2019, Marton Balint wrote: 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. Applied. Regards, Marton ___

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: fix checking video mode in SDK version 11

2019-05-05 Thread Devin Heitmueller
Hello Marton, > On May 5, 2019, at 2:28 PM, Marton Balint wrote: > > > On Wed, 1 May 2019, Marton Balint wrote: > >> 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

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: fix checking video mode in SDK version 11

2019-05-05 Thread Marton Balint
On Sun, 5 May 2019, Devin Heitmueller wrote: Hello Marton, On May 5, 2019, at 2:28 PM, Marton Balint wrote: On Wed, 1 May 2019, Marton Balint wrote: 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 outp