summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-20 23:07:55 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-08 21:56:47 +0100
commit5aff601c454fa756c0ab71ae4bcf8f7f4ce28737 (patch)
treed453bc6c8e37ba2c2601a477c3d314a86721d62c /src/wx/film_viewer.h
parent7da4fe1c2de3c184a22dbcd1195fc6cffb83ac51 (diff)
Move _dropped into VideoView.
Diffstat (limited to 'src/wx/film_viewer.h')
-rw-r--r--src/wx/film_viewer.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index e42c37a8d..93a311981 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -92,9 +92,7 @@ public:
void slow_refresh ();
- int dropped () const {
- return _dropped;
- }
+ int dropped () const;
int audio_callback (void* out, unsigned int frames);
@@ -200,7 +198,6 @@ private:
mutable boost::mutex _latency_history_mutex;
int _latency_history_count;
- int _dropped;
boost::optional<int> _dcp_decode_reduction;
ClosedCaptionsDialog* _closed_captions_dialog;