summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.cc')
-rw-r--r--src/wx/film_viewer.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc
index 776926fbe..2b7f73e68 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -786,3 +786,9 @@ FilmViewer::average_latency () const
return total / _latency_history.size();
}
+
+void
+FilmViewer::set_dcp_decode_reduction (optional<int> reduction)
+{
+ _player->set_dcp_decode_reduction (reduction);
+}