From b029cb06c4e0fca1fad9fecd78939efe5532fa9a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 14 Apr 2020 21:02:56 +0200 Subject: DCPReadError -> ReadError in libdcp. --- src/lib/video_mxf_decoder.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/video_mxf_decoder.cc') diff --git a/src/lib/video_mxf_decoder.cc b/src/lib/video_mxf_decoder.cc index 4482606f0..030db64ef 100644 --- a/src/lib/video_mxf_decoder.cc +++ b/src/lib/video_mxf_decoder.cc @@ -44,7 +44,7 @@ VideoMXFDecoder::VideoMXFDecoder (shared_ptr film, shared_ptrpath(0))); } catch (dcp::MXFFileError& e) { /* maybe it's stereo */ - } catch (dcp::DCPReadError& e) { + } catch (dcp::ReadError& e) { /* maybe it's stereo */ } @@ -55,7 +55,7 @@ VideoMXFDecoder::VideoMXFDecoder (shared_ptr film, shared_ptr