summaryrefslogtreecommitdiff
path: root/src/stereo_picture_mxf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/stereo_picture_mxf.cc')
-rw-r--r--src/stereo_picture_mxf.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stereo_picture_mxf.cc b/src/stereo_picture_mxf.cc
index ce30d0be..0ac0cc83 100644
--- a/src/stereo_picture_mxf.cc
+++ b/src/stereo_picture_mxf.cc
@@ -77,10 +77,6 @@ StereoPictureMXF::start_write (boost::filesystem::path file, Standard standard,
bool
StereoPictureMXF::equals (shared_ptr<const Asset> other, EqualityOptions opt, NoteHandler note) const
{
- if (!MXF::equals (other, opt, note)) {
- return false;
- }
-
ASDCP::JP2K::MXFSReader reader_A;
Kumu::Result_t r = reader_A.OpenRead (file().string().c_str());
if (ASDCP_FAILURE (r)) {