diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-09-23 23:54:32 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-09-27 13:41:46 +0200 |
| commit | 81b9ea804cb9953bb1a4074f208f63374adbf09b (patch) | |
| tree | c1521dab0586b6c33e02c9338c94abdc6b4c2ea9 /test/dcp_playback_test.cc | |
| parent | 7c05a521d19b2613cfdf698ddc9f88c462ceaf18 (diff) | |
Test fixes.better-gl
Diffstat (limited to 'test/dcp_playback_test.cc')
| -rw-r--r-- | test/dcp_playback_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dcp_playback_test.cc b/test/dcp_playback_test.cc index 6c2b0447c..2ab7eaec3 100644 --- a/test/dcp_playback_test.cc +++ b/test/dcp_playback_test.cc @@ -45,12 +45,12 @@ BOOST_AUTO_TEST_CASE (dcp_playback_test) auto butler = std::make_shared<Butler>( film, - make_shared<Player>(film, Image::Alignment::COMPACT), + make_shared<Player>(film, Image::Alignment::PADDED), AudioMapping(6, 6), 6, bind(&PlayerVideo::force, _1, AV_PIX_FMT_RGB24), VideoRange::FULL, - Image::Alignment::COMPACT, + Image::Alignment::PADDED, true, false ); |
