X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_mxf_examiner.cc;h=8c7029ea817f3ff255efcd7c6ae621db4d991d14;hb=ff639b3cf30afcc097bfd21d39c8d15f466cadd6;hp=c7e0e41b42a458eac138f5bb26ca4fecc1607ae6;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/lib/video_mxf_examiner.cc b/src/lib/video_mxf_examiner.cc index c7e0e41b4..8c7029ea8 100644 --- a/src/lib/video_mxf_examiner.cc +++ b/src/lib/video_mxf_examiner.cc @@ -24,7 +24,7 @@ #include #include -using boost::shared_ptr; +using std::shared_ptr; using boost::optional; VideoMXFExaminer::VideoMXFExaminer (shared_ptr content) @@ -33,7 +33,7 @@ VideoMXFExaminer::VideoMXFExaminer (shared_ptr 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 */ }