Fix build on Ubuntu 16.04.
authorCarl Hetherington <cth@carlh.net>
Thu, 15 Dec 2022 15:39:53 +0000 (16:39 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 15 Dec 2022 15:39:53 +0000 (16:39 +0100)
src/lib/player.cc

index c7dd83d6daa152a47ad294ffcf80bf077059589d..3c3032bd12ed7a9162a2b7c668213139c17a3b00 100644 (file)
@@ -1361,7 +1361,7 @@ Player::seek (DCPTime time, bool accurate)
        _last_video.clear ();
 
        for (auto& state: _stream_states) {
-               state.second.last_push_end = {};
+               state.second.last_push_end = boost::none;
        }
 }