diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-04 20:55:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-04 20:55:08 +0200 |
| commit | 0aabb6497979e2df9731f8753645149d85c02bc8 (patch) | |
| tree | 93b536f42f019b516e2ddd7eaf5c8291d08580cd /src/lib/util.h | |
| parent | 8e1b0dfe3103867a749ff51156e3ed6547f298a0 (diff) | |
| parent | 1c1cf56ec8982690afa5d9463d3bb76bc9c4081d (diff) | |
Remove the ISDCF metadata dialogue box (#1929).
We obtain its information from elsewhere: mostly the Interop/SMPTE
metadata dialogue box.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index ceb30701c..7f8106f3c 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -122,6 +122,7 @@ extern void copy_in_bits (boost::filesystem::path from, boost::filesystem::path extern dcp::Size scale_for_display (dcp::Size s, dcp::Size display_container, dcp::Size film_container); extern dcp::DecryptedKDM decrypt_kdm_with_helpful_error (dcp::EncryptedKDM kdm); extern boost::filesystem::path default_font_file (); +extern std::string to_upper (std::string s); template <class T> std::list<T> |
