[FFmpeg-cvslog] swscale: remove obsolete comment.
Ronald S. Bultje
git at videolan.org
Thu Feb 2 02:46:26 CET 2012
ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Tue Jan 31 20:35:58 2012 -0800| [f5490fbe3bdf4c97ee43e91dafee8203e847ef19] | committer: Ronald S. Bultje
swscale: remove obsolete comment.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f5490fbe3bdf4c97ee43e91dafee8203e847ef19
---
libswscale/swscale.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index eaec1dd..a7057bb 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)
{
More information about the ffmpeg-cvslog
mailing list