diff options
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"); |