summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authorpacman <pacman@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-18 01:08:17 +0000
committerpacman <pacman@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-18 01:08:17 +0000
commit366151d7419c64ab24268134c07a4b712b61efa7 (patch)
treeb77372a559db80398bf052059fb3e72d278f24e4 /postproc
parent1960b4ad49fa5111f1acf8ca31640d72befa6867 (diff)
downloadmpv-366151d7419c64ab24268134c07a4b712b61efa7.tar.bz2
mpv-366151d7419c64ab24268134c07a4b712b61efa7.tar.xz
Just a comment update, replacing a FIXME to reflect the new expectation of
how altivec_yuv2packedX is supposed to be used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17643 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc')
-rw-r--r--postproc/yuv2rgb_altivec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/postproc/yuv2rgb_altivec.c b/postproc/yuv2rgb_altivec.c
index 0590a21c34..5a6237e28f 100644
--- a/postproc/yuv2rgb_altivec.c
+++ b/postproc/yuv2rgb_altivec.c
@@ -853,7 +853,8 @@ altivec_yuv2packedX (SwsContext *c,
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",