diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-16 00:01:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-16 00:01:21 +0100 |
| commit | 9fed36f5ce0531ab7dc541829d959f4e040034f3 (patch) | |
| tree | 722c3eae0149dd8f263b7ec87a29477812411d84 /src/cpl.h | |
| parent | 16ff53a37012b52b4ccc39d87a383e10f7e5cbb8 (diff) | |
Throw exceptions when setting odd values for picture active area.
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -307,9 +307,7 @@ public: return _main_picture_active_area; } - void set_main_picture_active_area (dcp::Size s) { - _main_picture_active_area = s; - } + void set_main_picture_active_area(dcp::Size area); std::vector<std::string> additional_subtitle_languages () const { return _additional_subtitle_languages; |
