diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-25 15:46:14 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-25 15:46:14 +0000 |
| commit | 399e2adaf4023a541d4b3792c8fde0a923c55ab1 (patch) | |
| tree | 8b7eeb7fbb5469b00e669735e5266b44b603b53d /src | |
| parent | 29b0148143e602699c7ba161477d5d800607ca4b (diff) | |
Throw a different exception when an unrecognised LabelSetType is found.v1.6.7
Diffstat (limited to 'src')
| -rw-r--r-- | src/mxf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ MXF::read_writer_info (ASDCP::WriterInfo const & info) _standard = SMPTE; break; default: - DCP_ASSERT (false); + throw DCPReadError ("Unrecognised label set type in MXF"); } _metadata.read (info); |
