diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-20 17:36:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-20 17:36:31 +0000 |
| commit | 9b21d77dccc88d9b77085e05845e0b8e2d606b3b (patch) | |
| tree | 03d962ff6ebda619a9e749cc3d235d9b687a0de7 /test | |
| parent | 570d4c4489b49c3915674085ee24414f738cb914 (diff) | |
Some small optimisations to player.
Diffstat (limited to 'test')
| -rw-r--r-- | test/play_test.cc | 2 |
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); } |
