[MPlayer-cvslog] CVS: main/libmpcodecs mp_image.h,1.30,1.31

Diego Biurrun CVS syncmail at mplayerhq.hu
Mon Mar 27 09:49:16 CEST 2006


CVS change done by Diego Biurrun CVS

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

Modified Files:
	mp_image.h 
Log Message:
Change some printf calls to fprintf.
based on a patch by Attila Ötvös, oattila,,@,,chello,,.,,hu


Index: mp_image.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/mp_image.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- mp_image.h	24 Feb 2005 16:52:18 -0000	1.30
+++ mp_image.h	27 Mar 2006 07:49:14 -0000	1.31
@@ -202,7 +202,7 @@
 	mpi->chroma_y_shift=1;
 	return;
     }
-    printf("mp_image: Unknown out_fmt: 0x%X\n",out_fmt);
+    fprintf(stderr,"mp_image: unknown out_fmt: 0x%X\n",out_fmt);
     mpi->bpp=0;
 }
 #endif




More information about the MPlayer-cvslog mailing list