[Mplayer-cvslog] CVS: main/postproc rgb2rgb.h,1.30,1.31

Michael Niedermayer CVS michael at mplayerhq.hu
Fri Oct 10 01:45:34 CEST 2003


Update of /cvsroot/mplayer/main/postproc
In directory mail:/var/tmp.root/cvs-serv21151

Modified Files:
	rgb2rgb.h 
Log Message:
10l


Index: rgb2rgb.h
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/rgb2rgb.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- rgb2rgb.h	21 Sep 2003 01:23:07 -0000	1.30
+++ rgb2rgb.h	9 Oct 2003 23:45:04 -0000	1.31
@@ -89,6 +89,15 @@
 
 /**
  *
+ * height should be a multiple of 2 and width should be a multiple of 16 (if this is a
+ * problem for anyone then tell me, and ill fix it)
+ */
+extern void (*yv12touyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
+	unsigned int width, unsigned int height,
+	int lumStride, int chromStride, int dstStride);
+
+/**
+ *
  * height should be a multiple of 2 and width should be a multiple of 2 (if this is a
  * problem for anyone then tell me, and ill fix it)
  * chrominance data is only taken from every secound line others are ignored FIXME write HQ version



More information about the MPlayer-cvslog mailing list