GUI: Show decklink audio opt only when playing video via capture card

TODO: It still shows up when other cards like aja are selected
This commit is contained in:
Martin Piatka
2019-08-01 12:35:38 +02:00
parent be2329a7f0
commit 068512be21

View File

@@ -34,7 +34,8 @@ const char * const sdiAudioCards[] = {
const char * const sdiAudio[] = {
"analog",
"AESEBU",
"embedded"
"embedded",
"decklink"
};
static std::vector<std::vector<ConditionItem>> getSdiCond(const std::string &opt){