[MPlayer-dev-eng] [BUG] expand=-1:-1:-1:-1:1, getting black blocks

Michael Niedermayer michaelni at gmx.at
Wed Oct 9 10:05:43 CEST 2002


Hi

On Tuesday 08 October 2002 08:18, Gabucino wrote:
> > try
>
> Did make distclean && make, and no change.
try
-------------- vf_expand.c
	// check if we have to render osd!
	vo_update_osd(vf->priv->exp_w, vf->priv->exp_h);
	if(vo_osd_check_range_update(vf->priv->exp_x,vf->priv->exp_y,
-	    vf->priv->exp_x+mpi->w,vf->priv->exp_y+mpi->h)) return;
+	    vf->priv->exp_x+mpi->w,vf->priv->exp_y+mpi->h) || 1) return;
    }
#endif
    if(vf->priv->exp_w==mpi->width ||
-------------

the problem seems that vf_expand randomly changes buffer types and so the 
content isnt preserved, it shouldnt do this, or memcpy the contents ...

Michael



More information about the MPlayer-dev-eng mailing list