diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-05 23:03:29 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-05 23:03:29 +0200 |
| commit | 294f9ca3761a6b4ab645269e7e4f302cdd3a06a0 (patch) | |
| tree | acf1b8b92a156aa0dcf92b8ec3c49974d2ee815c /src/lib | |
| parent | dbacaa68abf90a17c409a1a58d0b208bf177a56f (diff) | |
Raise the unusual container hint on anything bit Flat/Scope (#1951).
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/hints.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hints.cc b/src/lib/hints.cc index 21d771634..5ad0ba4bd 100644 --- a/src/lib/hints.cc +++ b/src/lib/hints.cc @@ -158,7 +158,7 @@ void Hints::check_unusual_container () { auto const film_container = film()->container()->id(); - if (film_container != "185" && film_container != "239" && film_container != "190") { + if (film_container != "185" && film_container != "239") { hint (_("Your DCP uses an unusual container ratio. This may cause problems on some projectors. If possible, use Flat or Scope for the DCP container ratio")); } } |
