Make test more like the actual player.
authorCarl Hetherington <cth@carlh.net>
Tue, 6 Nov 2018 00:39:04 +0000 (00:39 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 6 Nov 2018 00:39:04 +0000 (00:39 +0000)
test/dcp_playback_test.cc

index 6210ffc337e8e011c7d2cf92ddd0e355e267508f..4307fb413541fe424ea4ec19640da5065088e533 100644 (file)
@@ -46,7 +46,7 @@ BOOST_AUTO_TEST_CASE (dcp_playback_test)
                }
                /* assuming DCP is 24fps/48kHz */
                butler->get_audio (audio_buffer, 2000);
-               p.first->image(optional<dcp::NoteHandler>(), bind(&PlayerVideo::always_rgb, _1), true, false);
+               p.first->image(optional<dcp::NoteHandler>(), bind(&PlayerVideo::always_rgb, _1), false, true);
        }
        delete[] audio_buffer;
 }