diff libmpcodecs/vf.c @ 18004:bcd805923554

Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
author reynaldo
date Fri, 31 Mar 2006 00:15:47 +0000
parents 20aca9baf5d8
children bf150feefe40
line wrap: on
line diff
--- a/libmpcodecs/vf.c	Thu Mar 30 23:47:03 2006 +0000
+++ b/libmpcodecs/vf.c	Fri Mar 31 00:15:47 2006 +0000
@@ -318,7 +318,7 @@
 		// need to re-allocate buffer memory:
 		free(mpi->planes[0]);
 		mpi->flags&=~MP_IMGFLAG_ALLOCATED;
-		printf("vf.c: have to REALLOCATE buffer memory :(\n");
+		mp_msg(MSGT_VFILTER,MSGL_V,"vf.c: have to REALLOCATE buffer memory :(\n");
 	    }
 //	} else {
 	} {