summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>"