From cdc8bc6a7da0b4f8c3dbfcf560fea61473cf1ca3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 6 Sep 2020 20:10:13 +0200 Subject: Support MCA sound channel tags in MXF/CPL. --- src/exceptions.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/exceptions.cc') diff --git a/src/exceptions.cc b/src/exceptions.cc index 16676e20..ebe8609a 100644 --- a/src/exceptions.cc +++ b/src/exceptions.cc @@ -163,4 +163,9 @@ MainSoundConfigurationError::MainSoundConfigurationError (std::string s) } ->>>>>>> Support CPL metadata. + +UnknownChannelIdError::UnknownChannelIdError (std::string id) + : runtime_error (String::compose("Unrecognised channel id '%1'", id)) +{ + +} -- cgit v1.2.3