X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ffilm_viewer.h;h=a59468c363579ab8a6d7d92c74c5fe47c2095e4b;hp=51419a54dc9c5cf29b139f8ea5af79754e1084cb;hb=5eb8b5c3a1566aef638e9d9df03b88d320735092;hpb=3b173e309f9f2736aa7e7d09900c5baee4ef31b3 diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index 51419a54d..a59468c36 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -119,7 +119,7 @@ public: return _gets; } - /* Some accessors that VideoView classes need */ + /* Some accessors and utility methods that VideoView classes need */ dcp::Size out_size () const { return _out_size; } @@ -138,6 +138,7 @@ public: boost::shared_ptr butler () const { return _butler; } + int time_until_next_frame () const; boost::signals2::signal)> ImageChanged; boost::signals2::signal PositionChanged; @@ -152,6 +153,8 @@ private: /* XXX_b: to remove */ friend class SimpleVideoView; + friend class GLVideoView; + friend class VideoView; void video_view_sized (); void calculate_sizes ();