X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_decoder.h;h=3fc30cf9dab3b9c897cb99844c645058a5e55eef;hb=23f2dc3bfb94930b938281c7f1e5663b761fa508;hp=8b199bd1ddfb27836ddd07380e0387f5f44156e2;hpb=9ba99535750e19c341f6ff535c6c8991658a8fbb;p=dcpomatic.git diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 8b199bd1d..3fc30cf9d 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2016 Carl Hetherington + Copyright (C) 2012-2018 Carl Hetherington This file is part of DCP-o-matic. @@ -55,12 +55,15 @@ public: return _position; } + void seek (); + void emit (boost::shared_ptr, Frame frame); /** @return true if the emitted data was accepted, false if not */ - boost::signals2::signal Data; + boost::signals2::signal Data; private: + /** Time of last thing to be emitted */ boost::shared_ptr _content; boost::optional _last_emitted; ContentTime _position;