X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fplay_test.cc;h=8ad2180b8adb341ee8c97536e5705c6a825f7a03;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hp=1ba2e7d88338179e0f698d7aafae2304a34c4e27;hpb=9e758fddfb8bbadb1fc84e393daa815445d5e9d5;p=dcpomatic.git diff --git a/test/play_test.cc b/test/play_test.cc index 1ba2e7d88..8ad2180b8 100644 --- a/test/play_test.cc +++ b/test/play_test.cc @@ -51,7 +51,7 @@ public: { Video v; v.content = _player->_last_video; - v.image = i->image (); + v.image = i->image (PIX_FMT_RGB24); v.time = t; _queue.push_front (v); } @@ -62,7 +62,7 @@ public: if (_queue.empty ()) { return optional