summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.h')
-rw-r--r--src/wx/film_viewer.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index 3f7a3be33..c08409529 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -94,6 +94,7 @@ private:
void start ();
bool stop ();
Frame average_latency () const;
+ DCPTime one_video_frame () const;
boost::shared_ptr<Film> _film;
boost::shared_ptr<Player> _player;
@@ -136,10 +137,10 @@ private:
bool _playing;
boost::shared_ptr<Butler> _butler;
- std::list<Frame> _latency_history;
- /** Mutex to protect _latency_history */
- mutable boost::mutex _latency_history_mutex;
- int _latency_history_count;
+ std::list<Frame> _latency_history;
+ /** Mutex to protect _latency_history */
+ mutable boost::mutex _latency_history_mutex;
+ int _latency_history_count;
boost::signals2::scoped_connection _config_changed_connection;
};