summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-03-29 23:23:10 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-29 23:23:10 +0100
commita115088ca904a26d100e479a7fde21c9235bf7c9 (patch)
treefb21dea1726656f883eb9c1458f18ad16cebd9bd /src/lib/video_content.h
parent51a1cee215700b43fa20e12084b7987ef3b64b42 (diff)
parentbdcaf60ec37ec694f1e221a33b090f670bf974d6 (diff)
Merge remote-tracking branch 'origin/main' into v2.17.x
Diffstat (limited to 'src/lib/video_content.h')
-rw-r--r--src/lib/video_content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h
index a7b630b14..eb106cc75 100644
--- a/src/lib/video_content.h
+++ b/src/lib/video_content.h
@@ -220,6 +220,8 @@ public:
void modify_position (std::shared_ptr<const Film> film, dcpomatic::DCPTime& pos) const;
void modify_trim_start (dcpomatic::ContentTime& pos) const;
+ void rotate_size();
+
static std::shared_ptr<VideoContent> from_xml (Content* parent, cxml::ConstNodePtr node, int version, VideoRange video_range_hint);
private: