[FFmpeg-cvslog] r27727 - in trunk/libswscale: swscale.c swscale_internal.h
Mike Melanson
mike
Wed Oct 8 06:54:45 CEST 2008
cehoyos wrote:
> Author: cehoyos
> Date: Tue Oct 7 21:44:39 2008
> New Revision: 27727
>
> Log:
> Change variable types from int to enum PixelFormat.
> Fixes icc warning #188: enumerated type mixed with another type
I think this change broke regression tests when compiling on gcc 4.3.2
and 4.4.0-svn on x86_32 and x86_64. It was either this change or Diego's
subsequent change to the FFmpeg repository. I reverted Diego's change
but the regressions still broke. I don't know how to revert the
libswscale change specifically.
The specific test that 'make test' stopped on was regtest-mjpeg. Other
tests might also be broken.
--
-Mike Melanson
More information about the ffmpeg-cvslog
mailing list