[MPlayer-cvslog] CVS: main/postproc yuv2rgb_altivec.c,1.11,1.12

Alan Curry CVS syncmail at mplayerhq.hu
Sat Feb 18 02:08:20 CET 2006


CVS change done by Alan Curry CVS

Update of /cvsroot/mplayer/main/postproc
In directory mail:/var2/tmp/cvs-serv9847

Modified Files:
	yuv2rgb_altivec.c 
Log Message:
Just a comment update, replacing a FIXME to reflect the new expectation of
how altivec_yuv2packedX is supposed to be used


Index: yuv2rgb_altivec.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/yuv2rgb_altivec.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- yuv2rgb_altivec.c	17 Feb 2006 05:01:46 -0000	1.11
+++ yuv2rgb_altivec.c	18 Feb 2006 01:08:17 -0000	1.12
@@ -853,7 +853,8 @@
       case IMGFMT_BGR24: out_bgr24 (R,G,B,out); break;
       default:
         {
-          /* FIXME: either write more out_* macros or punt to yuv2packedXinC */
+          /* If this is reached, the caller should have called yuv2packedXinC
+             instead. */
           static int printed_error_message;
           if(!printed_error_message) {
             MSG_ERR("altivec_yuv2packedX doesn't support %s output\n",




More information about the MPlayer-cvslog mailing list