From 49a5dd1b69c4bb7ed27ba0e23b2161fe4521f775 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 16 Oct 2014 18:57:18 +0100 Subject: [PATCH] Fix build. --- test/play_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.30.2