Barely-functioning GL playback with new arrangement.
[dcpomatic.git] / src / lib / encoder.cc
index 3af80efa51edeab31dd5b0b225e1049297978948..535389a94932b4ab4eb5b466f9dfaedb7831f293 100644 (file)
@@ -43,7 +43,5 @@ Encoder::Encoder (shared_ptr<const Film> film, weak_ptr<Job> job)
        , _job (job)
        , _player (new Player (film, film->playlist ()))
 {
-       _player->Video.connect (bind (&Encoder::video, this, _1, _2));
-       _player->Audio.connect (bind (&Encoder::audio, this, _1, _2));
-       _player->Subtitle.connect (bind (&Encoder::subtitle, this, _1, _2));
+
 }