Missing part of previous commit.
authorCarl Hetherington <cth@carlh.net>
Sat, 19 Aug 2017 22:47:39 +0000 (23:47 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 19 Aug 2017 22:47:39 +0000 (23:47 +0100)
src/wx/film_viewer.h

index 419ee4c294b1be9db7d8d23e91c98961446cb20c..60ea2ec3d02a1109b71ccb6ed9c5c5986548da98 100644 (file)
@@ -147,6 +147,7 @@ private:
        int _latency_history_count;
 
        int _dropped;
+       boost::optional<int> _dcp_decode_reduction;
 
        boost::signals2::scoped_connection _config_changed_connection;
 };