X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_content.h;h=7ecc2813a067cf70f83509f5f1fe6aa23bf755ce;hb=5c712268c87dd318a6f5357b0d8f7b8a8b7764bb;hp=774210c13ff191eb37521b6be328a110d79035d1;hpb=a69d242f3f00207d6ea7320e6723775f4b0dbfb3;p=dcpomatic.git diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 774210c13..7ecc2813a 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -156,19 +156,19 @@ public: dcp::Size size_after_3d_split () const; dcp::Size size_after_crop () const; - boost::optional fade (Frame) const; + boost::optional fade (boost::shared_ptr film, Frame) const; - void scale_and_crop_to_fit_width (); - void scale_and_crop_to_fit_height (); + void scale_and_crop_to_fit_width (boost::shared_ptr film); + void scale_and_crop_to_fit_height (boost::shared_ptr film); - std::string processing_description () const; + std::string processing_description (boost::shared_ptr film) const; void set_length (Frame); void take_from_examiner (boost::shared_ptr); void add_properties (std::list &) const; - void modify_position (DCPTime& pos) const; + void modify_position (boost::shared_ptr film, DCPTime& pos) const; void modify_trim_start (ContentTime& pos) const; static boost::shared_ptr from_xml (Content* parent, cxml::ConstNodePtr, int);