diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-06 20:10:13 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-20 19:34:50 +0200 |
| commit | 27eb42c125ce1f5a9bbcb3b48b50921e4ec4985a (patch) | |
| tree | f9dbeb0e3cad4594b74942c2068903efb5ae3788 /src/exceptions.h | |
| parent | c6a700e8de9ea51122870765aecee81870f35b1b (diff) | |
Support MCA sound channel tags in MXF/CPL.
Diffstat (limited to 'src/exceptions.h')
| -rw-r--r-- | src/exceptions.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
