[Mplayer-cvslog] CVS: main/libmpcodecs vd_cinepak.c,1.4,1.5

Arpi of Ize arpi at mplayer.dev.hu
Wed Mar 6 22:01:10 CET 2002


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

Modified Files:
	vd_cinepak.c 
Log Message:
11l

Index: vd_cinepak.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_cinepak.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vd_cinepak.c	6 Mar 2002 20:56:06 -0000	1.4
+++ vd_cinepak.c	6 Mar 2002 21:01:07 -0000	1.5
@@ -62,14 +62,16 @@
 	printf("couldn't allocate image for cinepak codec\n");
 	return NULL;
     }
-    
+
+#if 0    
     printf("mpi: %p/%d %p/%d %p/%d (%d) (%d)  \n",
 	mpi->planes[0], mpi->stride[0],
 	mpi->planes[1], mpi->stride[1],
 	mpi->planes[2], mpi->stride[2],
 	mpi->planes[1]-mpi->planes[0],
 	mpi->planes[2]-mpi->planes[1]);
-    
+#endif
+
 //    decode_cinepak(sh->context, data, len, mpi->planes[0], sh->disp_w, sh->disp_h,
 //	(mpi->flags&MP_IMGFLAG_YUV)?16:(mpi->imgfmt&255), mpi->stride[0]);
 




More information about the MPlayer-cvslog mailing list