From: Carl Hetherington Date: Sat, 19 Aug 2017 22:47:39 +0000 (+0100) Subject: Missing part of previous commit. X-Git-Tag: v2.11.19~4 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=26cd966b7ae60673dd597eafa75860a5b5eb74c6;p=dcpomatic.git Missing part of previous commit. --- 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 _dcp_decode_reduction; boost::signals2::scoped_connection _config_changed_connection; };