diff options
Diffstat (limited to 'src/mxf.cc')
| -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: - throw DCPReadError ("Unrecognised label set type in MXF"); + throw ReadError ("Unrecognised label set type in MXF"); } _metadata.read (info); |
