Skip to content
Snippets Groups Projects
Commit cd92221a authored by Alan Curry's avatar Alan Curry
Browse files

Just a comment update, replacing a FIXME to reflect the new expectation of

how altivec_yuv2packedX is supposed to be used

Originally committed as revision 17643 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent b9a6fae9
No related branches found
No related tags found
No related merge requests found
...@@ -853,7 +853,8 @@ altivec_yuv2packedX (SwsContext *c, ...@@ -853,7 +853,8 @@ altivec_yuv2packedX (SwsContext *c,
case IMGFMT_BGR24: out_bgr24 (R,G,B,out); break; case IMGFMT_BGR24: out_bgr24 (R,G,B,out); break;
default: 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; static int printed_error_message;
if(!printed_error_message) { if(!printed_error_message) {
MSG_ERR("altivec_yuv2packedX doesn't support %s output\n", MSG_ERR("altivec_yuv2packedX doesn't support %s output\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment