From 15a83d720780d58f905d40f8493cdcb86596eaee Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 10 May 2020 01:57:20 +0200 Subject: Change video content scaling so that it either: 1. scales the content up to fit the DCP container, preserving aspect ratio, or 2. stretches the content to a custom aspect ratio, or 3. scales the content to some custom size. --- test/skip_frame_test.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'test/skip_frame_test.cc') diff --git a/test/skip_frame_test.cc b/test/skip_frame_test.cc index e30143b18..aea389ce3 100644 --- a/test/skip_frame_test.cc +++ b/test/skip_frame_test.cc @@ -48,7 +48,6 @@ BOOST_AUTO_TEST_CASE (skip_frame_test) BOOST_REQUIRE (!wait_for_jobs()); - c->video->set_scale (VideoContentScale (Ratio::from_id ("185"))); film->write_metadata (); film->set_video_frame_rate (24); -- cgit v1.2.3