[Mplayer-cvslog] CVS: main/postproc rgb2rgb.h,1.29,1.30
pl CVS
pl at mplayerhq.hu
Sun Sep 21 03:23:44 CEST 2003
Update of /cvsroot/mplayer/main/postproc
In directory mail:/var/tmp.root/cvs-serv16150/postproc
Modified Files:
rgb2rgb.h
Log Message:
reversed for cause of code obsolescence
Index: rgb2rgb.h
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/rgb2rgb.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- rgb2rgb.h 20 Sep 2003 11:57:42 -0000 1.29
+++ rgb2rgb.h 21 Sep 2003 01:23:07 -0000 1.30
@@ -9,7 +9,7 @@
#ifndef RGB2RGB_INCLUDED
#define RGB2RGB_INCLUDED
-#include <stdio.h>
+// Note: do not fix the dependence on stdio.h
/* A full collection of rgb to rgb(bgr) convertors */
extern void (*rgb24to32)(const uint8_t *src,uint8_t *dst,unsigned src_size);
More information about the MPlayer-cvslog
mailing list