summaryrefslogtreecommitdiff
path: root/test/seek_zero_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-06 22:01:45 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-06 22:01:45 +0000
commit7e479483826381699915aa90cc26736e3d2c76ed (patch)
tree40ce6ee1a2ec6c726701bf70320931fe2d761c1f /test/seek_zero_test.cc
parent79ce26d031d109177ba4b0f637fa2960345a37a3 (diff)
Build fixes.
Diffstat (limited to 'test/seek_zero_test.cc')
-rw-r--r--test/seek_zero_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/seek_zero_test.cc b/test/seek_zero_test.cc
index e0c52e2bf..22004bcb8 100644
--- a/test/seek_zero_test.cc
+++ b/test/seek_zero_test.cc
@@ -41,7 +41,7 @@ BOOST_AUTO_TEST_CASE (seek_zero_test)
film->set_container (Ratio::from_id ("185"));
film->set_dcp_content_type (DCPContentType::from_pretty_name ("Test"));
shared_ptr<FFmpegContent> content (new FFmpegContent (film, "test/data/count300bd48.m2ts"));
- content->set_ratio (Ratio::from_id ("185"));
+ content->set_scale (VideoContentScale (Ratio::from_id ("185")));
film->examine_and_add_content (content);
wait_for_jobs ();