diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-14 01:03:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-14 01:03:43 +0100 |
| commit | 6b9c1b3bdec2b4396314ccf6bf2d5aeaa5402ae6 (patch) | |
| tree | d37574c8724b0628496b7824d1f38dc7e82a055c | |
| parent | 131f0327b8e2fcd07c54201b6e7d4f60591811ba (diff) | |
Test fix.
| -rw-r--r-- | test/time_calculation_test.cc | 2 |
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>" |
