summaryrefslogtreecommitdiff
path: root/src/lib/dcp_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-21 23:07:07 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-21 23:33:44 +0200
commit561eed2dc9978e890a020b6435ceb0333bb69a61 (patch)
tree8c74e05f438598fc49a78898e42fee0693d481ea /src/lib/dcp_content.h
parent142f7dee139074294d35c630ecee67b85e8a98fc (diff)
Add DCPContent::resolution().
Diffstat (limited to 'src/lib/dcp_content.h')
-rw-r--r--src/lib/dcp_content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h
index b9c4d9ee5..8658ac5ed 100644
--- a/src/lib/dcp_content.h
+++ b/src/lib/dcp_content.h
@@ -156,6 +156,8 @@ public:
bool kdm_timing_window_valid () const;
+ Resolution resolution () const;
+
private:
friend class reels_test5;