Optimise the feel of some GUI functions by doing the seek after
[dcpomatic.git] / src / lib / ffmpeg_encoder.cc
index 7c641f5ab5e684720bc0187ef48307bdff4cea88..572e7ae16080ef7b8bc2a44bf781a0defe2299d7 100644 (file)
@@ -150,7 +150,7 @@ FFmpegEncoder::go ()
                }
 
                for (int j = 0; j < gets_per_frame; ++j) {
-                       pair<shared_ptr<PlayerVideo>, DCPTime> v = _butler->get_video ();
+                       pair<shared_ptr<PlayerVideo>, DCPTime> v = _butler->get_video (true, 0);
                        encoder->get(v.first->eyes())->video(v.first, v.second);
                }