From 73c3c7fd37df2248da7a7f611d285b69ba073e1c Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Wed, 18 Sep 2002 11:13:51 +0000 Subject: fix flicking deinterlace problem CVS patchset: 2685 CVS date: 2002/09/18 11:13:51 --- src/video_out/video_out_xv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index 49809bb29..cea0fa043 100644 --- a/src/video_out/video_out_xv.c +++ b/src/video_out/video_out_xv.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_xv.c,v 1.135 2002/09/16 21:49:35 miguelfreitas Exp $ + * $Id: video_out_xv.c,v 1.136 2002/09/18 11:13:51 miguelfreitas Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -445,6 +445,7 @@ static void xv_deinterlace_frame (xv_driver_t *this) { this->deinterlace_frame.width = frame->width; this->deinterlace_frame.height = frame->height / xvscaling; this->deinterlace_frame.format = frame->format; + this->deinterlace_frame.ratio_code = frame->ratio_code; XUnlockDisplay (this->display); } -- cgit v1.2.3