diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2012-01-31 20:35:58 -0800 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2012-02-01 07:17:01 -0800 |
commit | f5490fbe3bdf4c97ee43e91dafee8203e847ef19 (patch) | |
tree | b64edb4b4318da5714ab3de319b06768364dd30b | |
parent | 2e3fb9e3728b087870eaaea5e1c08f42c809e1eb (diff) | |
download | ffmpeg-f5490fbe3bdf4c97ee43e91dafee8203e847ef19.tar.gz |
swscale: remove obsolete comment.
-rw-r--r-- | libswscale/swscale.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) { |