X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fencoder.cc;h=0a29989b175045fcc6eaeab46266ee55fb358ad7;hb=36ce958a516567d8481163692c028a88c6ce0df7;hp=3af80efa51edeab31dd5b0b225e1049297978948;hpb=d8ea1796f34ff894b148a0af78c0a547e0496ee1;p=dcpomatic.git diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc index 3af80efa5..0a29989b1 100644 --- a/src/lib/encoder.cc +++ b/src/lib/encoder.cc @@ -41,9 +41,7 @@ using boost::shared_ptr; Encoder::Encoder (shared_ptr film, weak_ptr job) : _film (film) , _job (job) - , _player (new Player (film, film->playlist ())) + , _player (new Player(film)) { - _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)); + }