From: Carl Hetherington Date: Thu, 16 Oct 2014 17:57:18 +0000 (+0100) Subject: Fix build. X-Git-Tag: v2.0.48~551^2~11 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=49a5dd1b69c4bb7ed27ba0e23b2161fe4521f775 Fix build. --- diff --git a/test/play_test.cc b/test/play_test.cc index 067f772ff..bbf70781a 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); }