summaryrefslogtreecommitdiff
path: root/frontend_local.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend_local.c')
-rw-r--r--frontend_local.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/frontend_local.c b/frontend_local.c
index 99b19d19..ed7f05f6 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.55 2011-03-20 20:59:25 phintuka Exp $
+ * $Id: frontend_local.c,v 1.56 2012-03-13 12:53:41 phintuka Exp $
*
*/
@@ -189,14 +189,13 @@ bool cXinelibLocal::EndOfStreamReached(void)
void cXinelibLocal::ConfigureWindow(int fullscreen, int width, int height,
int modeswitch, const char *modeline,
- int aspect, int scale_video,
- int field_order)
+ int aspect, int scale_video)
{
LOCK_FE;
if(fe)
fe->fe_display_config(fe, -1, -1, width, height,
fullscreen, modeswitch, modeline,
- aspect, scale_video, field_order);
+ aspect, scale_video);
}
void cXinelibLocal::ConfigureDecoder(int pes_buffers)
@@ -350,7 +349,6 @@ void cXinelibLocal::Action(void)
keypress_handler, 0/*no_x_kbd*/, 0/*gui_hotkeys*/,
xc.video_port,
xc.scale_video,
- xc.field_order,
NULL,
xc.window_id)) {
LOGMSG("cXinelibLocal: Error initializing display");