projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9c728d
)
Add SLV as a channel type for the CLI.
author
Carl Hetherington
<cth@carlh.net>
Sat, 20 Jul 2024 08:35:20 +0000
(10:35 +0200)
committer
Carl Hetherington
<cth@carlh.net>
Sat, 20 Jul 2024 08:35:20 +0000
(10:35 +0200)
src/lib/create_cli.cc
patch
|
blob
|
history
diff --git
a/src/lib/create_cli.cc
b/src/lib/create_cli.cc
index 1c2f2c6354fcf3ef4f2edf73096c9add9af39c22..3f80c81f2c1dd31721b8654864be089e0984ab21 100644
(file)
--- a/
src/lib/create_cli.cc
+++ b/
src/lib/create_cli.cc
@@
-228,6
+228,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 {};
}