[FFmpeg-cvslog] r27727 - in trunk/libswscale: swscale.c swscale_internal.h
Aurelien Jacobs
aurel
Wed Oct 8 13:59:10 CEST 2008
Mike Melanson wrote:
> 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.
This commit missed one conversion to enum PixelFormat.
I'm not sure why gcc failed (is it possible that it implements this
enum as an integer with a size different than int ?).
Anyway, it's now fixed.
Aurel
More information about the ffmpeg-cvslog
mailing list