summaryrefslogtreecommitdiff
path: root/frontend_local.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend_local.c')
-rw-r--r--frontend_local.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend_local.c b/frontend_local.c
index b23461e3..1c7b8c7c 100644
--- a/frontend_local.c
+++ b/frontend_local.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend_local.c,v 1.28 2008-02-19 00:43:04 phelin Exp $
+ * $Id: frontend_local.c,v 1.29 2008-02-19 02:59:46 phintuka Exp $
*
*/
@@ -404,6 +404,8 @@ void cXinelibLocal::Action(void)
ConfigurePostprocessing("upmix", xc.audio_upmix ? true : false, NULL);
ConfigurePostprocessing("autocrop", xc.autocrop ? true : false,
xc.AutocropOptions());
+ ConfigurePostprocessing("swscale", xc.swscale ? true : false,
+ xc.SwScaleOptions());
ConfigurePostprocessing("pp", xc.ffmpeg_pp ? true : false,
xc.FfmpegPpOptions());
ConfigurePostprocessing("unsharp",xc.unsharp ? true : false,