mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 01:40:15 +00:00
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:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user