summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-20 17:36:31 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-20 17:36:31 +0000
commit9b21d77dccc88d9b77085e05845e0b8e2d606b3b (patch)
tree03d962ff6ebda619a9e749cc3d235d9b687a0de7 /test
parent570d4c4489b49c3915674085ee24414f738cb914 (diff)
Some small optimisations to player.
Diffstat (limited to 'test')
-rw-r--r--test/play_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/play_test.cc b/test/play_test.cc
index 7beee6f43..54fe2699f 100644
--- a/test/play_test.cc
+++ b/test/play_test.cc
@@ -50,7 +50,7 @@ public:
{
Video v;
v.content = _player->_last_video;
- v.image = i->image ();
+ v.image = i->image (PIX_FMT_RGB24, false);
v.time = t;
_queue.push_front (v);
}