summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mxf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mxf.cc b/src/mxf.cc
index 008dbc2a..6c0b3edb 100644
--- a/src/mxf.cc
+++ b/src/mxf.cc
@@ -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);