From e0b3f0dec29dfe2952a8bdf445295e8445a8ecd9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 2 Feb 2023 01:03:40 +0100 Subject: In Deluxe's "Specifications for Digital Cinema Source and DCP Content Delivery" they say that subtitle must be of the form yyyy-mm-ddThh:mm:ss They don't explain it, and the standards don't say this (as far as I can see) but as usual their QC fails that don't meet this "spec" so here we are. See also: https://dcpomatic.com/forum/viewtopic.php?t=2069 --- test/smpte_subtitle_test.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/smpte_subtitle_test.cc') diff --git a/test/smpte_subtitle_test.cc b/test/smpte_subtitle_test.cc index 67265271..f8412daa 100644 --- a/test/smpte_subtitle_test.cc +++ b/test/smpte_subtitle_test.cc @@ -264,7 +264,7 @@ BOOST_AUTO_TEST_CASE (write_smpte_subtitle_test) "\n" " urn:uuid:a6c58cff-3e1e-4b38-acec-a42224475ef6\n" " Test\n" - " 2016-04-01T03:52:00.000+00:00\n" + " 2016-04-01T03:52:00\n" " 1\n" " en\n" " 24 1\n" @@ -462,7 +462,7 @@ BOOST_AUTO_TEST_CASE (write_smpte_subtitle_test2) "\n" " urn:uuid:a6c58cff-3e1e-4b38-acec-a42224475ef6\n" " Test\n" - " 2016-04-01T03:52:00.000+00:00\n" + " 2016-04-01T03:52:00\n" " 1\n" " en\n" " 24 1\n" @@ -602,7 +602,7 @@ BOOST_AUTO_TEST_CASE (write_subtitles_in_vertical_order_with_top_alignment) "\n" " urn:uuid:a6c58cff-3e1e-4b38-acec-a42224475ef6\n" " Test\n" - " 2016-04-01T03:52:00.000+00:00\n" + " 2016-04-01T03:52:00\n" " 1\n" " en\n" " 24 1\n" @@ -690,7 +690,7 @@ BOOST_AUTO_TEST_CASE (write_subtitles_in_vertical_order_with_bottom_alignment) "\n" " urn:uuid:a6c58cff-3e1e-4b38-acec-a42224475ef6\n" " Test\n" - " 2016-04-01T03:52:00.000+00:00\n" + " 2016-04-01T03:52:00\n" " 1\n" " en\n" " 24 1\n" -- cgit v1.2.3