Hi, On Wed, May 25, 2011 at 4:34 PM, Diego Biurrun <[email protected]> wrote: > --- > libswscale/rgb2rgb.h | 8 -------- > 1 files changed, 0 insertions(+), 8 deletions(-) > > diff --git a/libswscale/rgb2rgb.h b/libswscale/rgb2rgb.h > index 4dd0d95..6d6154b 100644 > --- a/libswscale/rgb2rgb.h > +++ b/libswscale/rgb2rgb.h > @@ -75,14 +75,6 @@ void rgb24toyv12_c(const uint8_t *src, uint8_t *ydst, > uint8_t *udst, > /** > * Height should be a multiple of 2 and width should be a multiple of 16. > * (If this is a problem for anyone then tell me, and I will fix it.) > - * Chrominance data is only taken from every second line, others are ignored. > - * FIXME: Write high quality version. > - */ > -//void uyvytoyv12(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t > *vdst, > - > -/** > - * Height should be a multiple of 2 and width should be a multiple of 16. > - * (If this is a problem for anyone then tell me, and I will fix it.)
OK. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
