diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-03 11:00:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-03 11:00:12 +0100 |
| commit | 3f25d51e1e254b55fff65d6bdc23692746a0d15b (patch) | |
| tree | b789bbefe258d031d12a810c27a9dd498350e200 | |
| parent | 02478f9f6af48b6209a8e87401025237b7461986 (diff) | |
Fix test metadata.
| -rw-r--r-- | test/time_calculation_test.cc | 1 | ||||
| -rw-r--r-- | test/video_content_scale_test.cc | 1 |
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>" |
