Merge.
[dcpomatic.git] / test / play_test.cc
index e1fffa1d86422ba1f6dd7f160e632a3e4dcfe5f7..cb5b6cbb8cd2f1ff0349a9b93b211755e3b78583 100644 (file)
@@ -43,7 +43,7 @@ public:
        PlayerWrapper (shared_ptr<Player> p)
                : _player (p)
        {
-               _player->Video.connect (bind (&PlayerWrapper::process_video, this, _1, _2, _4));
+               _player->Video.connect (bind (&PlayerWrapper::process_video, this, _1, _2, _5));
        }
 
        void process_video (shared_ptr<const Image> i, bool, Time t)