diff options
Diffstat (limited to 'src/wx/film_viewer.cc')
| -rw-r--r-- | src/wx/film_viewer.cc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index 0bb582c66..7ada3b01a 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2017 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -819,6 +819,12 @@ FilmViewer::set_dcp_decode_reduction (optional<int> reduction) } } +optional<int> +FilmViewer::dcp_decode_reduction () const +{ + return _dcp_decode_reduction; +} + DCPTime FilmViewer::one_video_frame () const { |
