DCPReadError -> ReadError in libdcp.
[dcpomatic.git] / src / lib / video_mxf_examiner.cc
index c7e0e41b42a458eac138f5bb26ca4fecc1607ae6..652dc6941d55f3b39b058dc28ad2a85d6e04c22c 100644 (file)
@@ -33,7 +33,7 @@ VideoMXFExaminer::VideoMXFExaminer (shared_ptr<const VideoMXFContent> content)
                _asset.reset (new dcp::MonoPictureAsset (content->path(0)));
        } catch (dcp::MXFFileError& e) {
                /* maybe it's stereo */
-       } catch (dcp::DCPReadError& e) {
+       } catch (dcp::ReadError& e) {
                /* maybe it's stereo */
        }