Shuffle Job pointers around slightly.
[dcpomatic.git] / src / wx / film_viewer.cc
index 4e5f3830060d6bd9d23067d5294ff352ba62cf59..4e779a693d781b3a08c564d46698ea8b87ca2a5b 100644 (file)
@@ -101,7 +101,7 @@ FilmViewer::film_changed (Film::Property p)
                o.decode_audio = false;
                o.decode_subtitles = true;
                o.video_sync = false;
-               _decoders = decoder_factory (_film, o, 0);
+               _decoders = decoder_factory (_film, o);
                _decoders.video->Video.connect (bind (&FilmViewer::process_video, this, _1, _2, _3));
                _decoders.video->OutputChanged.connect (boost::bind (&FilmViewer::decoder_changed, this));
                _decoders.video->set_subtitle_stream (_film->subtitle_stream());