Missed part of new video timing patch.
authorCarl Hetherington <cth@carlh.net>
Tue, 18 Feb 2020 19:17:04 +0000 (20:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 18 Feb 2020 19:17:04 +0000 (20:17 +0100)
src/lib/video_decoder.cc

index 46611bbedf2a7ae87ccc55898ac7c9a148d81f73..142996b100e881ff6cdbc1e48f1b7a89a471c3af 100644 (file)
@@ -153,7 +153,7 @@ VideoDecoder::emit (shared_ptr<const Film> film, shared_ptr<const ImageProxy> im
 void
 VideoDecoder::seek ()
 {
-       _position = ContentTime();
+       _position = boost::none;
        _last_emitted_frame.reset ();
        _last_emitted_eyes.reset ();
 }