diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-14 10:05:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-14 10:05:56 +0100 |
| commit | 8f7d0cf115980cb357bc3da410842503930e66b8 (patch) | |
| tree | c555292c0d7b2096f80c89c586137dd57f923e57 /test/play_test.cc | |
| parent | efc8654faceec410649901ee534861904d11e432 (diff) | |
Rename PlayerImage to PlayerVideoFrame and give it its own file.
Diffstat (limited to 'test/play_test.cc')
| -rw-r--r-- | test/play_test.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/play_test.cc b/test/play_test.cc index 51e227256..a0ad494d1 100644 --- a/test/play_test.cc +++ b/test/play_test.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington <cth@carlh.net> + Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,6 +21,7 @@ #include "lib/player.h" #include "lib/ratio.h" #include "lib/dcp_content_type.h" +#include "lib/player_video_frame.h" #include "test.h" /* This test needs stuff in Player that is only included in debug mode */ @@ -46,7 +47,7 @@ public: _player->Video.connect (bind (&PlayerWrapper::process_video, this, _1, _2, _5)); } - void process_video (shared_ptr<PlayerImage> i, bool, Time t) + void process_video (shared_ptr<PlayerVideoFrame> i, bool, Time t) { Video v; v.content = _player->_last_video; |
