From f5490fbe3bdf4c97ee43e91dafee8203e847ef19 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 31 Jan 2012 20:35:58 -0800 Subject: swscale: remove obsolete comment. --- libswscale/swscale.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libswscale/swscale.c') diff --git a/libswscale/swscale.c b/libswscale/swscale.c index eaec1dd82c..a7057bb48e 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -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) { -- cgit v1.2.3