From 4b381abb06aa995d702df2708cb9b86b4dc12f78 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 10 Nov 2002 13:38:04 +0000 Subject: deinterlacing fix by James Slorach CVS patchset: 3221 CVS date: 2002/11/10 13:38:04 --- src/video_out/video_out_xv.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index bf1490c59..8b828e122 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.147 2002/11/04 10:07:50 siggi Exp $ + * $Id: video_out_xv.c,v 1.148 2002/11/10 13:38:04 mroi Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -439,7 +439,8 @@ static void xv_deinterlace_frame (xv_driver_t *this) { if ( !this->deinterlace_frame.image || (frame->width != this->deinterlace_frame.width) || (frame->height != this->deinterlace_frame.height ) - || (frame->format != this->deinterlace_frame.format)) { + || (frame->format != this->deinterlace_frame.format) + || (frame->ratio_code != this->deinterlace_frame.ratio_code)) { XLockDisplay (this->display); if( this->deinterlace_frame.image ) -- cgit v1.2.3