[FFmpeg-devel] [PATCH]Silence three icc warnings when compiling aac.c

Robert Swain robert.swain
Tue Dec 15 15:26:43 CET 2009


On 14/12/09 11:27, Carl Eugen Hoyos wrote:
> Attached patch (to be committed in two parts) silences the following icc
> warnings:
>
> libavcodec/aac.c(1655): warning #188: enumerated type mixed with another
> type
> apply_channel_coupling(ac, che, type, i, BEFORE_TNS,
> apply_dependent_coupling);
> ^
>
> libavcodec/aac.c(1661): warning #188: enumerated type mixed with another
> type
> apply_channel_coupling(ac, che, type, i, BETWEEN_TNS_AND_IMDCT,
> apply_dependent_coupling);
> ^
>
> libavcodec/aac.c(1667): warning #188: enumerated type mixed with another
> type
> apply_channel_coupling(ac, che, type, i, AFTER_IMDCT,
> apply_independent_coupling);
> ^

I don't know if anyone commented on this yet, but as maintainer, it's OK 
by me.

Best regards,
Rob



More information about the ffmpeg-devel mailing list