Le decadi 10 frimaire, an CCXXIV, Muhammad Faiz a écrit : > - if (s->basefreq != BASEFREQ || s->endfreq != ENDFREQ) { > + if (s->basefreq != (double) BASEFREQ || s->endfreq != (double) ENDFREQ) {
Looks wrong to me. Since s->basefreq is double and operands are always converted to the largest type before comparison, the cast would be implicit. And BASEFREQ and ENDFREQ are double anyway. The problem, if any, is somewhere else. Regards, -- Nicolas George
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel