mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
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
This commit is contained in:
parent
b9a6fae930
commit
cd92221a8d
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user