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.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/exceptions.h') diff --git a/src/exceptions.h b/src/exceptions.h index 12624175..b9bcfd37 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -276,6 +276,13 @@ public: }; +class UnknownChannelIdError : public std::runtime_error +{ +public: + UnknownChannelIdError (std::string s); +}; + + } #endif -- cgit v1.2.3