diff options
Diffstat (limited to 'xine_frontend.c')
-rw-r--r-- | xine_frontend.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xine_frontend.c b/xine_frontend.c index d0a883b6..785f15ef 100644 --- a/xine_frontend.c +++ b/xine_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.c,v 1.36 2007-05-17 22:49:51 phintuka Exp $ + * $Id: xine_frontend.c,v 1.37 2007-05-18 15:09:42 phintuka Exp $ * */ @@ -421,7 +421,7 @@ static void configure_audio_out(fe_t *this, const char *audio_driver, const char static int fe_xine_init(frontend_t *this_gen, const char *audio_driver, const char *audio_port, const char *video_driver, - int pes_buffers, int priority, + int pes_buffers, const char *static_post_plugins) { fe_t *this = (fe_t*)this_gen; @@ -607,7 +607,6 @@ static int fe_xine_init(frontend_t *this_gen, const char *audio_driver, /* misc. config */ - this->priority = priority; this->pes_buffers = pes_buffers; posts = this->postplugins = malloc(sizeof(post_plugins_t)); |