diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-16 18:57:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-16 18:57:18 +0100 |
| commit | 49a5dd1b69c4bb7ed27ba0e23b2161fe4521f775 (patch) | |
| tree | a9efbbab0470fb15fdacd8f7885e89051e5ff2cc | |
| parent | cd5eb714ecbcb63ff9d31fbe83a60e15050e32d3 (diff) | |
Fix build.
| -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 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); } |
