Mercurial > mplayer.hg
changeset 17642:64e5c4e34f07
Just a comment update, replacing a FIXME to reflect the new expectation of
how altivec_yuv2packedX is supposed to be used
author | pacman |
---|---|
date | Sat, 18 Feb 2006 01:08:17 +0000 |
parents | fbf94ea858f1 |
children | cea08919336b |
files | postproc/yuv2rgb_altivec.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/postproc/yuv2rgb_altivec.c Sat Feb 18 00:41:28 2006 +0000 +++ b/postproc/yuv2rgb_altivec.c Sat Feb 18 01:08:17 2006 +0000 @@ -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",