Fix build.
authorCarl Hetherington <cth@carlh.net>
Thu, 16 Oct 2014 17:57:18 +0000 (18:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 16 Oct 2014 17:57:18 +0000 (18:57 +0100)
test/play_test.cc

index 067f772ff1f4af6bcaa3541f1ba9f53f64efa383..bbf70781a87d4600526428055228fc54809c1c62 100644 (file)
@@ -51,7 +51,7 @@ public:
        {
                Video v;
                v.content = _player->_last_video;
        {
                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);
        }
                v.time = t;
                _queue.push_front (v);
        }