As I understand it all SMPTE subtitles are MXF-wrapped.
[libdcp.git] / test / dcp_test.cc
index c4950704c24808e7c1c7446c18db7860a4f60a02..0338e1f808de947845de8a1f8b2697cd6497dec5 100644 (file)
@@ -101,8 +101,6 @@ BOOST_AUTO_TEST_CASE (dcp_test1)
                          ));
                  
        d.add (cpl);
-       d.add (mp);
-       d.add (ms);
 
        d.write_xml (dcp::SMPTE, xml_meta);
 
@@ -175,8 +173,6 @@ BOOST_AUTO_TEST_CASE (dcp_test2)
                          ));
                  
        d.add (cpl);
-       d.add (mp);
-       d.add (ms);
 
        d.write_xml (dcp::SMPTE, xml_meta);