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

Carl Eugen Hoyos cehoyos
Mon Dec 14 12:27:32 CET 2009


Hi!

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);
                                 ^

Please comment, Carl Eugen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patchaac.diff
Type: text/x-diff
Size: 596 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20091214/41705700/attachment.diff>



More information about the ffmpeg-devel mailing list