summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-14 01:03:43 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-14 01:03:43 +0100
commit6b9c1b3bdec2b4396314ccf6bf2d5aeaa5402ae6 (patch)
treed37574c8724b0628496b7824d1f38dc7e82a055c
parent131f0327b8e2fcd07c54201b6e7d4f60591811ba (diff)
Test fix.
-rw-r--r--test/time_calculation_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/time_calculation_test.cc b/test/time_calculation_test.cc
index 3d602c0f0..ddd685d0c 100644
--- a/test/time_calculation_test.cc
+++ b/test/time_calculation_test.cc
@@ -43,7 +43,7 @@ static string const xml = "<Content>"
"<VideoWidth>1280</VideoWidth>"
"<VideoHeight>720</VideoHeight>"
"<VideoFrameRate>25</VideoFrameRate>"
- "<VideoFrameType>0</VideoFrameType>"
+ "<VideoFrameType>2d</VideoFrameType>"
"<LeftCrop>0</LeftCrop>"
"<RightCrop>0</RightCrop>"
"<TopCrop>0</TopCrop>"