diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-15 01:56:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-22 00:27:06 +0200 |
| commit | 93a706be8996dadfd6d307a942f304d4948d6020 (patch) | |
| tree | 1cf4e7dae8d325de2829f81dc39ef0c7a0866dae /src/lib/dcp_content.h | |
| parent | e3f056b2c857c0428d9eaca73639b34333311767 (diff) | |
Provide better information on what will happen to JPEG2000 content in inputs (part of #1471).j2k-passthru-information
Diffstat (limited to 'src/lib/dcp_content.h')
| -rw-r--r-- | src/lib/dcp_content.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index 6d707670f..16c546e96 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -74,6 +74,8 @@ public: void set_default_colour_conversion (); std::list<dcpomatic::DCPTime> reel_split_points (boost::shared_ptr<const Film> film) const; + std::string video_processing_description (boost::shared_ptr<const Film> film) const; + std::vector<boost::filesystem::path> directories () const; bool encrypted () const { |
