[FFmpeg-devel] [PATCH] libavcodec/wmavoice.c: local variable pow might mask pow function

Måns Rullgård mans
Sun Jul 25 19:50:39 CEST 2010


"Axel Holzinger" <aholzinger at gmx.de> writes:

> Hi,
>
> in libavcodec/wmavoice.c local variable float pow (line 585) can mask
> pow function if powf (line 595) is a #define and defined for example
> like
> #define powf(x,y)   ((float)pow((double)(x), (double)(y)))

But we never do that.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list