diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-25 15:46:14 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-25 21:46:06 +0100 |
| commit | 23b87f5e8a0fd0f351e4ae34263beb6c5fd1981a (patch) | |
| tree | de81847c74458f1d617cd715dbf4a6fc5490d562 /src | |
| parent | d9d117d8dd56322fed12f8e12c574cf08fe22500 (diff) | |
Throw a different exception when an unrecognised LabelSetType is found.
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); |
