[FFmpeg-devel] [PATCH] avfilter/showcqt: BASEFREQ and ENDFREQ cast to double

Muhammad Faiz mfcc64 at gmail.com
Tue Dec 1 04:39:17 CET 2015


On Mon, Nov 30, 2015 at 10:00 AM, Nicolas George <george at nsup.org> wrote:
> Le decadi 10 frimaire, an CCXXIV, Muhammad Faiz a écrit :
>> gcc -c -std=c89 -O2
>
> gcc -S would have been more useful: as is, it lacks the definition for
> basefreq, and apparently also the other constant.
>

The strange behaviour is that gcc uses fldt instead of fldl
to load BASEFREQ. I think it is enough to detect the problem.

Thank's.


More information about the ffmpeg-devel mailing list