From: Marton Balint Date: Thu, 14 Mar 2019 01:13:56 +0000 (+0100) Subject: avdevice/decklink_common: properly check DoesSupportVideoMode result when trying... X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f3e22e32014221d0f089f9cd2d7c6ea3e35da164;p=ffmpeg avdevice/decklink_common: properly check DoesSupportVideoMode result when trying VANC flag Signed-off-by: Marton Balint --- diff --git a/libavdevice/decklink_common.cpp b/libavdevice/decklink_common.cpp index d3cc1eb3d16..3902311edd0 100644 --- a/libavdevice/decklink_common.cpp +++ b/libavdevice/decklink_common.cpp @@ -256,7 +256,7 @@ int ff_decklink_set_format(AVFormatContext *avctx, } else { if (!ctx->supports_vanc || ctx->dlo->DoesSupportVideoMode(ctx->bmd_mode, ctx->raw_format, bmdVideoOutputVANC, - &support, NULL) != S_OK) { + &support, NULL) != S_OK || support != bmdDisplayModeSupported) { /* Try without VANC enabled */ if (ctx->dlo->DoesSupportVideoMode(ctx->bmd_mode, ctx->raw_format, bmdVideoOutputFlagDefault,