diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-26 11:47:24 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-26 11:47:24 +0200 |
| commit | 95abcc7d18997c1391423d15506bf03ab20997e6 (patch) | |
| tree | 64fc82bdb7b45275436e1216d81847087ffb1788 /src/lib/create_cli.cc | |
| parent | 4d721e683b584fe48e7905e44ab3da23afe76145 (diff) | |
| parent | 98b7a493933a5a47c6e1abb21ef2710ad2730a0e (diff) | |
Merge branch 'main' into v2.17.x
Diffstat (limited to 'src/lib/create_cli.cc')
| -rw-r--r-- | src/lib/create_cli.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/create_cli.cc b/src/lib/create_cli.cc index 8fe5a2a14..3fb978f7c 100644 --- a/src/lib/create_cli.cc +++ b/src/lib/create_cli.cc @@ -229,6 +229,8 @@ CreateCLI::CreateCLI (int argc, char* argv[]) return dcp::Channel::HI; } else if (channel == "VI") { return dcp::Channel::VI; + } else if (channel == "SLV") { + return dcp::Channel::SIGN_LANGUAGE; } else { return {}; } |
