diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-21 23:07:07 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-21 23:33:44 +0200 |
| commit | 561eed2dc9978e890a020b6435ceb0333bb69a61 (patch) | |
| tree | 8c74e05f438598fc49a78898e42fee0693d481ea /src/lib/dcp_content.h | |
| parent | 142f7dee139074294d35c630ecee67b85e8a98fc (diff) | |
Add DCPContent::resolution().
Diffstat (limited to 'src/lib/dcp_content.h')
| -rw-r--r-- | src/lib/dcp_content.h | 2 |
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; |
