[Mplayer-cvslog] CVS: main/libmpcodecs vf_noise.c,1.3,1.4

Michael Niedermayer michael at mplayerhq.hu
Sun Aug 11 11:41:12 CEST 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv7889

Modified Files:
	vf_noise.c 
Log Message:

oops forgot to commit that


Index: vf_noise.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_noise.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vf_noise.c	16 Jun 2002 13:54:36 -0000	1.3
+++ vf_noise.c	11 Aug 2002 09:40:57 -0000	1.4
@@ -215,8 +215,7 @@
 
 static void get_image(struct vf_instance_s* vf, mp_image_t *mpi){
     if(mpi->flags&MP_IMGFLAG_PRESERVE) return; // don't change
-    if(!(mpi->flags&MP_IMGFLAG_ACCEPT_STRIDE) && mpi->imgfmt!=vf->priv->outfmt)
-	return; // colorspace differ
+    if(mpi->imgfmt!=vf->priv->outfmt) return; // colorspace differ
     // ok, we can do pp in-place (or pp disabled):
     vf->priv->dmpi=vf_get_image(vf->next,mpi->imgfmt,
         mpi->type, mpi->flags, mpi->w, mpi->h);




More information about the MPlayer-cvslog mailing list