diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-03 16:09:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-03 16:09:24 +0100 |
| commit | 4b0ece8d964961598ce4734ce25bb0aed66dbf7a (patch) | |
| tree | e13cc114733d155353e8e20c73d96627a5ceb1a0 /test/write_subtitle_test.cc | |
| parent | 5e4c87ae58f1ed73b9ef19cd75210963599fa546 (diff) | |
Add AspectAdjust to subtitles.
Diffstat (limited to 'test/write_subtitle_test.cc')
| -rw-r--r-- | test/write_subtitle_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/write_subtitle_test.cc b/test/write_subtitle_test.cc index b5daa2b1..a017547b 100644 --- a/test/write_subtitle_test.cc +++ b/test/write_subtitle_test.cc @@ -37,6 +37,7 @@ BOOST_AUTO_TEST_CASE (write_subtitle_test) false, dcp::Colour (255, 255, 255), 48, + 1.0, dcp::Time (0, 4, 9, 22, 24), dcp::Time (0, 4, 11, 22, 24), 0.8, @@ -55,6 +56,7 @@ BOOST_AUTO_TEST_CASE (write_subtitle_test) true, dcp::Colour (128, 0, 64), 91, + 1.0, dcp::Time (5, 41, 0, 21, 24), dcp::Time (6, 12, 15, 21, 24), 0.4, |
