diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-03 17:54:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-14 21:07:49 +0100 |
| commit | 0253b4e45c71a1c2e2a8bffaf1c3cb84a0a3e41a (patch) | |
| tree | 85ca9af20c85ca04a221ca9023c0d2980ffeeca7 /src/lib/dcp_decoder.h | |
| parent | e952a7b0681d1ad2fc6ebcd0cd7231bf59bbe043 (diff) | |
Basics of forced reduction of JPEG2000 decode resolution.
Diffstat (limited to 'src/lib/dcp_decoder.h')
| -rw-r--r-- | src/lib/dcp_decoder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcp_decoder.h b/src/lib/dcp_decoder.h index 71687ad15..aa76b83d6 100644 --- a/src/lib/dcp_decoder.h +++ b/src/lib/dcp_decoder.h @@ -46,6 +46,7 @@ public: } void set_decode_referenced (); + void set_forced_reduction (boost::optional<int> reduction); bool pass (); void seek (ContentTime t, bool accurate); @@ -71,4 +72,5 @@ private: boost::shared_ptr<dcp::SoundAssetReader> _sound_reader; bool _decode_referenced; + boost::optional<int> _forced_reduction; }; |
