Fix test metadata.
authorCarl Hetherington <cth@carlh.net>
Fri, 3 Jul 2015 10:00:12 +0000 (11:00 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 3 Jul 2015 10:00:12 +0000 (11:00 +0100)
test/time_calculation_test.cc
test/video_content_scale_test.cc

index 296ffbdf8e6ad07be38019fa0aad1812d37d33a5..8ee0797584283476453e61f66b14cf67857ef5d7 100644 (file)
@@ -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>"
index 80367274dc4c2288ecfc6f936828747d4b8ee212..8c3bd431acd20536c3fc3fa3b94789ca3a8923cd 100644 (file)
@@ -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>"