diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-14 21:02:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-14 21:02:56 +0200 |
| commit | b029cb06c4e0fca1fad9fecd78939efe5532fa9a (patch) | |
| tree | bbef53fcce4acb1ed3d8e23100f9944b11ad7d67 /src/lib/video_mxf_content.cc | |
| parent | 0877bf6d06de8e6f768534ec40c26bf629618a20 (diff) | |
DCPReadError -> ReadError in libdcp.
Diffstat (limited to 'src/lib/video_mxf_content.cc')
| -rw-r--r-- | src/lib/video_mxf_content.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/video_mxf_content.cc b/src/lib/video_mxf_content.cc index bf8bb9f46..0c905a624 100644 --- a/src/lib/video_mxf_content.cc +++ b/src/lib/video_mxf_content.cc @@ -59,7 +59,7 @@ VideoMXFContent::valid_mxf (boost::filesystem::path path) return true; } catch (dcp::MXFFileError& e) { - } catch (dcp::DCPReadError& e) { + } catch (dcp::ReadError& e) { } @@ -69,7 +69,7 @@ VideoMXFContent::valid_mxf (boost::filesystem::path path) return true; } catch (dcp::MXFFileError& e) { - } catch (dcp::DCPReadError& e) { + } catch (dcp::ReadError& e) { } |
