summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-03 11:00:12 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-03 11:00:12 +0100
commit3f25d51e1e254b55fff65d6bdc23692746a0d15b (patch)
treeb789bbefe258d031d12a810c27a9dd498350e200
parent02478f9f6af48b6209a8e87401025237b7461986 (diff)
Fix test metadata.
-rw-r--r--test/time_calculation_test.cc1
-rw-r--r--test/video_content_scale_test.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/time_calculation_test.cc b/test/time_calculation_test.cc
index 296ffbdf8..8ee079758 100644
--- a/test/time_calculation_test.cc
+++ b/test/time_calculation_test.cc
@@ -33,6 +33,7 @@ BOOST_AUTO_TEST_CASE (ffmpeg_time_calculation_test)
string const xml = "<Content>"
"<Type>FFmpeg</Type>"
"<BurnSubtitles>0</BurnSubtitles>"
+ "<BitsPerPixel>8</BitsPerPixel>"
"<Path>/home/c.hetherington/DCP/clapperboard.mp4</Path>"
"<Digest>2760e03c7251480f7f02c01a907792673784335</Digest>"
"<Position>0</Position>"
diff --git a/test/video_content_scale_test.cc b/test/video_content_scale_test.cc
index 80367274d..8c3bd431a 100644
--- a/test/video_content_scale_test.cc
+++ b/test/video_content_scale_test.cc
@@ -49,6 +49,7 @@ test (dcp::Size content_size, dcp::Size display_size, dcp::Size film_size, Crop
"<OriginalVideoFrameRate>23.97602462768555</OriginalVideoFrameRate>"
"<VideoFrameType>0</VideoFrameType>"
"<SampleAspectRatio>1</SampleAspectRatio>"
+ "<BitsPerPixel>12</BitsPerPixel>"
"<LeftCrop>" << crop.left << "</LeftCrop>"
"<RightCrop>" << crop.right << "</RightCrop>"
"<TopCrop>" << crop.top << "</TopCrop>"