From 527deef6f18c46badb396e4520d802333997add2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 25 Mar 2015 00:41:05 +0000 Subject: Remove Scaler config and use SWS_BICUBIC everywhere. --- src/tools/dcpomatic_batch.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tools/dcpomatic_batch.cc') diff --git a/src/tools/dcpomatic_batch.cc b/src/tools/dcpomatic_batch.cc index b92ca5d71..da8a61414 100644 --- a/src/tools/dcpomatic_batch.cc +++ b/src/tools/dcpomatic_batch.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2014 Carl Hetherington + Copyright (C) 2013-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -205,12 +205,12 @@ class App : public wxApp /* 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 (); -- cgit v1.2.3