summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-24 13:34:08 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-25 07:53:08 +0100
commit5215408c36898039e8fa294bb74bf94d5762b0c7 (patch)
tree66d4937b35da2848a8ce85219d2330036f2ddd4f /test
parenta939e4b642ff9b398920dee1d0154729217347a5 (diff)
Bump libdcp for fix to remove erroneous <EntryPoint> and <Duration> markers from <MainMarkers> (#2215).
Diffstat (limited to 'test')
m---------test/data0
-rw-r--r--test/video_mxf_content_test.cc2
2 files changed, 1 insertions, 1 deletions
diff --git a/test/data b/test/data
-Subproject c0c10f0dff123764f412ae067825bbd1fc4c8c1
+Subproject 796f3e657f63985b360447a437c1d30be1ccaa2
diff --git a/test/video_mxf_content_test.cc b/test/video_mxf_content_test.cc
index 1880935b1..f4f2adab0 100644
--- a/test/video_mxf_content_test.cc
+++ b/test/video_mxf_content_test.cc
@@ -41,7 +41,7 @@ using std::shared_ptr;
using std::dynamic_pointer_cast;
-static boost::filesystem::path ref_mxf = "test/data/scaling_test_185_185/j2c_74b946f4-1c33-4209-b639-b834de675eac.mxf";
+static boost::filesystem::path ref_mxf = "test/data/scaling_test_185_185/j2c_6a2ffab1-9ea5-4428-9027-9d458363c95f.mxf";
static void note (dcp::NoteType, std::string)