diff options
Diffstat (limited to 'src/mono_picture_mxf.cc')
| -rw-r--r-- | src/mono_picture_mxf.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mono_picture_mxf.cc b/src/mono_picture_mxf.cc index 2a1e0066..faae8cd8 100644 --- a/src/mono_picture_mxf.cc +++ b/src/mono_picture_mxf.cc @@ -74,10 +74,6 @@ MonoPictureMXF::equals (shared_ptr<const Asset> other, EqualityOptions opt, Note if (!dynamic_pointer_cast<const MonoPictureMXF> (other)) { return false; } - - if (!MXF::equals (other, opt, note)) { - return false; - } ASDCP::JP2K::MXFReader reader_A; Kumu::Result_t r = reader_A.OpenRead (_file.string().c_str()); |
