[Mplayer-cvslog] CVS: main/opendivx postprocess.c,1.3,1.4

Arpi of Ize arpi at mplayer.dev.hu
Thu Sep 27 21:10:51 CEST 2001


Update of /cvsroot/mplayer/main/opendivx
In directory mplayer:/var/tmp.root/cvs-serv16787

Modified Files:
	postprocess.c 
Log Message:
sig11 fix by Ivan Kalvatchev

Index: postprocess.c
===================================================================
RCS file: /cvsroot/mplayer/main/opendivx/postprocess.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- postprocess.c	11 Mar 2001 03:59:26 -0000	1.3
+++ postprocess.c	27 Sep 2001 19:10:49 -0000	1.4
@@ -682,7 +682,7 @@
 		}
 
 		if (mode & PP_DERING_C) {
-			if ( (y%8) && (y-4)>5 )   {
+			if ( (y%8) && y>9 && y<vertical_size-9 )   {
 				puc_flt = &((dst[i])[y*dst_stride]);  
 				QP_ptr  = &(QP_store[(y>>4)*QP_stride]);
 				dering( puc_flt, horizontal_size, 4,  dst_stride, QP_ptr, QP_stride, 1);




More information about the MPlayer-cvslog mailing list