X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_content.h;h=3ef8b277592eaf7f04944ef08cdfe4b294c11c9e;hb=94d5ba335224db075a95a76654f732ef54a4eabd;hp=3ec88457823f980bd9ea62b3abf1a4337251ac71;hpb=eeaca1992aa117fe3a2a4a079d8a20a01d88e933;p=dcpomatic.git diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 3ec884578..3ef8b2775 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -25,10 +25,12 @@ #include "colour_conversion.h" #include "content_part.h" +#include "crop.h" #include "dcpomatic_time.h" #include "pixel_quanta.h" -#include "types.h" #include "user_property.h" +#include "video_frame_type.h" +#include "video_range.h" #include #include @@ -89,6 +91,7 @@ public: void set_frame_type (VideoFrameType); + void set_crop (Crop crop); void set_left_crop (int); void set_right_crop (int); void set_top_crop (int); @@ -210,7 +213,7 @@ public: void set_length (Frame); - void take_from_examiner (std::shared_ptr); + void take_from_examiner(std::shared_ptr film, std::shared_ptr); void add_properties (std::list &) const; void modify_position (std::shared_ptr film, dcpomatic::DCPTime& pos) const;