--- xineliboutput-1.0.0rc2/xine_frontend.c 2007-05-18 13:10:48.000000000 +0200 +++ ../xineliboutput-1.0.0rc2/xine_frontend.c 2007-08-06 19:08:55.000000000 +0200 @@ -550,6 +550,11 @@ this->xine = NULL; return 0; } + + if (video_driver && !strcmp(video_driver, "xxmc")) { + LOGMSG("fe_xine_init: enabling deinterlacer for xxmc driver"); + this->video_port->set_property(this->video_port, VO_PROP_INTERLACED, 1); + } this->video_port_none = NULL;