Browse Source

swscale: remove obsolete comment.

tags/n0.11
Ronald S. Bultje 13 years ago
parent
commit
f5490fbe3b
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libswscale/swscale.c

+ 0
- 2
libswscale/swscale.c 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)
{


Loading…
Cancel
Save