summaryrefslogtreecommitdiff
path: root/tools/dcpdecryptmxf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dcpdecryptmxf.cc')
-rw-r--r--tools/dcpdecryptmxf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpdecryptmxf.cc b/tools/dcpdecryptmxf.cc
index b5cf6b9b..5d04d0fc 100644
--- a/tools/dcpdecryptmxf.cc
+++ b/tools/dcpdecryptmxf.cc
@@ -149,7 +149,7 @@ main (int argc, char* argv[])
shared_ptr<const dcp::AtmosFrame> f = reader->get_frame (i);
writer->write (f->data(), f->size());
}
- } catch (dcp::DCPReadError& e) {
+ } catch (dcp::ReadError& e) {
cerr << "Unknown MXF format.\n";
return EXIT_FAILURE;
}