mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
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
This commit is contained in:
parent
1960b4ad49
commit
366151d741
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user