[MPlayer-cvslog] CVS: main/libmpcodecs vf_field.c,1.4,1.5

Richard Felker CVS syncmail at mplayerhq.hu
Fri Apr 8 08:15:06 CEST 2005


CVS change done by Richard Felker CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv26182/libmpcodecs

Modified Files:
	vf_field.c 
Log Message:
remove nonsense code left from copy&paste from another filter (it was never used)

Index: vf_field.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_field.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vf_field.c	20 May 2003 18:36:55 -0000	1.4
+++ vf_field.c	8 Apr 2005 06:15:04 -0000	1.5
@@ -23,11 +23,6 @@
 }
 
 static int put_image(struct vf_instance_s* vf, mp_image_t *mpi){
-    if(mpi->flags&MP_IMGFLAG_DIRECT){
-	// we've used DR, so we're ready...
-	return vf_next_put_image(vf,(mp_image_t*)mpi->priv);
-    }
-
     vf->dmpi=vf_get_image(vf->next,mpi->imgfmt,
 	MP_IMGTYPE_EXPORT, MP_IMGFLAG_ACCEPT_STRIDE,
 	mpi->width, mpi->height/2);




More information about the MPlayer-cvslog mailing list