X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fencoder.cc;h=535389a94932b4ab4eb5b466f9dfaedb7831f293;hb=c247a1b81b78164acf84f4b003062fab25e64b53;hp=16d9923141080fc42bc0aacbcee039e6e1585db2;hpb=666d0b238f32c0383068d3d8f3936f46c4e67a14;p=dcpomatic.git 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)); + }