summaryrefslogtreecommitdiff
path: root/xineliboutput.c
diff options
context:
space:
mode:
Diffstat (limited to 'xineliboutput.c')
-rw-r--r--xineliboutput.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/xineliboutput.c b/xineliboutput.c
index 2b8ce4d6..6fd6970d 100644
--- a/xineliboutput.c
+++ b/xineliboutput.c
@@ -21,7 +21,7 @@
*
* xineliboutput.c: VDR Plugin interface
*
- * $Id: xineliboutput.c,v 1.47 2012-01-30 10:41:56 phintuka Exp $
+ * $Id: xineliboutput.c,v 1.48 2012-03-13 12:53:41 phintuka Exp $
*
*/
@@ -213,12 +213,6 @@ cOsdObject *cPluginXinelibOutput::MainMenuAction(void)
if(xc.hide_main_menu)
return NULL;
-#ifdef HAVE_XV_FIELD_ORDER
- xc.field_order = xc.field_order ? 0 : 1;
- cXinelibDevice::Instance().ConfigureWindow(xc.fullscreen, xc.width, xc.height,
- xc.modeswitch, xc.modeline, xc.display_aspect,
- xc.scale_video, xc.field_order);
-#endif
return new cMenuXinelib();
}
@@ -288,7 +282,7 @@ bool cPluginXinelibOutput::Service(const char *Id, void *Data)
strn0cpy(xc.local_frontend, xc.s_frontends[local_frontend], sizeof(xc.local_frontend));
cXinelibDevice::Instance().ConfigureWindow(
xc.fullscreen, xc.width, xc.height, xc.modeswitch, xc.modeline,
- xc.display_aspect, xc.scale_video, xc.field_order);
+ xc.display_aspect, xc.scale_video);
}
return true;
}