summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend_local.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/frontend_local.c b/frontend_local.c
index a2b80ffd..9594caea 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.9 2006-08-25 04:03:11 phintuka Exp $
+ * $Id: frontend_local.c,v 1.10 2006-09-19 04:18:55 phintuka Exp $
*
*/
@@ -397,6 +397,7 @@ void cXinelibLocal::Action(void)
m_StreamPos = 0;
Xine_Control("STREAMPOS 0");
+ Xine_Control("VERSION " XINELIBOUTPUT_VERSION " " "\r\n");
}
// configure frontend and xine
@@ -409,6 +410,9 @@ void cXinelibLocal::Action(void)
ConfigurePostprocessing("upmix", xc.audio_upmix ? true : false, NULL);
ConfigurePostprocessing("autocrop", xc.autocrop ? true : false,
xc.AutocropOptions());
+ ConfigurePostprocessing("pp", xc.ffmpeg_pp ? true : false,
+ xc.FfmpegPpOptions());
+
#ifdef ENABLE_TEST_POSTPLUGINS
ConfigurePostprocessing("headphone", xc.headphone ? true : false, NULL);
#endif