From 93a706be8996dadfd6d307a942f304d4948d6020 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 15 Apr 2020 01:56:31 +0200 Subject: Provide better information on what will happen to JPEG2000 content in inputs (part of #1471). --- src/lib/dcp_content.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/dcp_content.h') 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 reel_split_points (boost::shared_ptr film) const; + std::string video_processing_description (boost::shared_ptr film) const; + std::vector directories () const; bool encrypted () const { -- cgit v1.2.3