[Mplayer-cvslog] CVS: main/libmpcodecs vf_harddup.c,1.1,1.2

Richard Felker CVS syncmail at mplayerhq.hu
Wed Apr 28 06:19:50 CEST 2004


CVS change done by Richard Felker CVS

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

Modified Files:
	vf_harddup.c 
Log Message:
1l debug junk

Index: vf_harddup.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_harddup.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vf_harddup.c	28 Apr 2004 04:02:46 -0000	1.1
+++ vf_harddup.c	28 Apr 2004 04:19:47 -0000	1.2
@@ -46,7 +46,6 @@
 		// has been called earlier in the filter chain
 		// since the last put_image. This is reasonable
 		// because we're handling a duplicate frame!
-		puts("hard dup!");
 		if (put_image(vf, vf->priv->last_mpi))
 			return CONTROL_TRUE;
 		break;




More information about the MPlayer-cvslog mailing list