DCPReadError -> ReadError in libdcp.
[dcpomatic.git] / src / lib / video_mxf_content.cc
index bf8bb9f469b22fb772c9b547f8876e40284f4175..0c905a624219eec3ce07527583ac0d6fd6065d4a 100644 (file)
@@ -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) {
 
        }