Move _dropped into VideoView.
[dcpomatic.git] / src / wx / film_viewer.h
index e42c37a8d4ffab33c7f06aacf165bea4aa44351d..93a31198135f0854e87f80056095f411b844d852 100644 (file)
@@ -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;