Repair very bad merge. Mysterious.
[dcpomatic.git] / src / lib / ab_transcoder.cc
index 7db13afcc0c0ae491b5abf54b91890140d2f587b..6eef397c245e69db4700ccc4454964b49ffabc33 100644 (file)
@@ -70,8 +70,8 @@ ABTranscoder::ABTranscoder (
        _db.video->set_subtitle_stream (_film_a->subtitle_stream ());
        _da.audio->set_audio_stream (_film_a->audio_stream ());
 
-       _da.video->Video.connect (bind (&Combiner::process_video, _combiner, _1, _2, _3));
-       _db.video->Video.connect (bind (&Combiner::process_video_b, _combiner, _1, _2, _3));
+       _da.video->Video.connect (bind (&Combiner::process_video, _combiner, _1, _2, _3, _4));
+       _db.video->Video.connect (bind (&Combiner::process_video_b, _combiner, _1, _2, _3, _4));
 
        _combiner->connect_video (_delay_line);
        _delay_line->connect_video (_matcher);