From 0302594838ce422afb3346ecc91a1bdfd26c00de Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 26 Jul 2017 17:08:00 +0100 Subject: Basic multithread of DCP decryption during export. --- src/lib/encoder.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/encoder.cc') diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc index 16d992314..535389a94 100644 --- a/src/lib/encoder.cc +++ b/src/lib/encoder.cc @@ -43,7 +43,5 @@ Encoder::Encoder (shared_ptr film, weak_ptr job) , _job (job) , _player (new Player (film, film->playlist ())) { - _player_video_connection = _player->Video.connect (bind (&Encoder::video, this, _1, _2)); - _player_audio_connection = _player->Audio.connect (bind (&Encoder::audio, this, _1, _2)); - _player_subtitle_connection = _player->Subtitle.connect (bind (&Encoder::subtitle, this, _1, _2)); + } -- cgit v1.2.3