diff options
| author | phintuka <phintuka> | 2006-08-07 17:12:29 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2006-08-07 17:12:29 +0000 |
| commit | 7fb669237ef0884ba7a69dfb38c73e351ea55342 (patch) | |
| tree | d15ff4c71271639ac30e5934ed9d6706c1cfce1a /frontend_local.c | |
| parent | d29c3234b311f954e0d4c4348dc03abd04505e7e (diff) | |
| download | xineliboutput-7fb669237ef0884ba7a69dfb38c73e351ea55342.tar.gz xineliboutput-7fb669237ef0884ba7a69dfb38c73e351ea55342.tar.bz2 | |
Enabled letterbox -> 16:9 cropping setting
Diffstat (limited to 'frontend_local.c')
| -rw-r--r-- | frontend_local.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend_local.c b/frontend_local.c index 3f0959be..cf5a3f6f 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.5 2006-07-02 17:06:06 phintuka Exp $ + * $Id: frontend_local.c,v 1.6 2006-08-07 17:12:29 phintuka Exp $ * */ @@ -393,8 +393,8 @@ void cXinelibLocal::Action(void) xc.audio_surround); ConfigureVideo(xc.hue, xc.saturation, xc.brightness, xc.contrast); ConfigurePostprocessing("upmix", xc.audio_upmix ? true : false, NULL); -#ifdef ENABLE_TEST_POSTPLUGINS ConfigurePostprocessing("autocrop", xc.autocrop ? true : false, NULL); +#ifdef ENABLE_TEST_POSTPLUGINS ConfigurePostprocessing("headphone", xc.headphone ? true : false, NULL); #endif LOGDBG("cXinelibLocal::Action - fe config OK"); |
