Remove Scaler config and use SWS_BICUBIC everywhere.
[dcpomatic.git] / src / tools / dcpomatic.cc
index 19f2861c4efec265c65a7adf98689b58b476c5f4..d0b6faecbb476b3067026104ca0be0ed260a9cdb 100644 (file)
@@ -787,12 +787,12 @@ private:
                /* Enable i18n; this will create a Config object
                   to look for a force-configured language.  This Config
                   object will be wrong, however, because dcpomatic_setup
-                  hasn't yet been called and there aren't any scalers, filters etc.
+                  hasn't yet been called and there aren't any filters etc.
                   set up yet.
                */
                dcpomatic_setup_i18n ();
 
-               /* Set things up, including scalers / filters etc.
+               /* Set things up, including filters etc.
                   which will now be internationalised correctly.
                */
                dcpomatic_setup ();