Raise the unusual container hint on anything bit Flat/Scope (#1951).
authorCarl Hetherington <cth@carlh.net>
Mon, 5 Apr 2021 21:03:29 +0000 (23:03 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 5 Apr 2021 21:03:29 +0000 (23:03 +0200)
src/lib/hints.cc

index 21d771634cd2fb523bd268200cb5893122fd02e7..5ad0ba4bda0a0bcfe4608e58423bcb31e5df8a83 100644 (file)
@@ -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"));
        }
 }