[FFmpeg-cvslog] r27580 - in trunk/libswscale: swscale.c swscale_template.c

Uoti Urpala uoti.urpala
Thu Sep 11 22:42:40 CEST 2008


On Thu, 2008-09-11 at 16:39 +0200, michael wrote:
> Author: michael
> Date: Thu Sep 11 16:39:12 2008
> New Revision: 27580
> +    c->cy = (int16_t)roundToInt16(cy <<13);
> +    c->oy = (int16_t)roundToInt16(oy <<9);
> +    c->cvr= (int16_t)roundToInt16(crv<<13);
> +    c->cvg= (int16_t)roundToInt16(cgv<<13);
> +    c->cug= (int16_t)roundToInt16(cgu<<13);
> +    c->cub= (int16_t)roundToInt16(cbu<<13);

The fields assigned to do not exist. Did you forget to commit changes to
swscale_internal.h?





More information about the ffmpeg-cvslog mailing list