1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-03 17:29:30 +02:00

swscale: remove obsolete comment.

This commit is contained in:
Ronald S. Bultje 2012-01-31 20:35:58 -08:00
parent 2e3fb9e372
commit f5490fbe3b

View File

@ -1610,8 +1610,6 @@ static void monoblack2Y_c(uint8_t *dst, const uint8_t *src,
}
}
//FIXME yuy2* can read up to 7 samples too much
static void yuy2ToY_c(uint8_t *dst, const uint8_t *src, int width,
uint32_t *unused)
{