summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-08-19 23:47:39 +0100
committerCarl Hetherington <cth@carlh.net>2017-08-19 23:47:39 +0100
commit26cd966b7ae60673dd597eafa75860a5b5eb74c6 (patch)
treeee8363e4b82c30414a6bf5c559afaccd62624459 /src
parent3330f33acc407c0f657549472c3efc04cb2fe533 (diff)
Missing part of previous commit.
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_viewer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index 419ee4c29..60ea2ec3d 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -147,6 +147,7 @@ private:
int _latency_history_count;
int _dropped;
+ boost::optional<int> _dcp_decode_reduction;
boost::signals2::scoped_connection _config_changed_connection;
};