[FFmpeg-devel] [PATCH] avfilter/af_dynaudnorm: remove pow2

Paul B Mahol onemda at gmail.com
Fri Nov 27 20:24:03 CET 2015


On 11/27/15, Ganesh Ajjanagadde <gajjanagadde at gmail.com> wrote:
> On Wed, Nov 25, 2015 at 10:36 AM, Ronald S. Bultje <rsbultje at gmail.com>
> wrote:
>> Hi,
>>
>> On Wed, Nov 25, 2015 at 8:00 AM, Ganesh Ajjanagadde
>> <gajjanagadde at gmail.com>
>> wrote:
>>>
>>> pow2 is being used for trivial squaring. Its name is not good: is this
>>> 2^x or x^2?
>>
>>
>> 2^x is exp2, not pow2. (I have no opinion on the patch itself.)
>>
>> Ronald
>
> @Paul: is this patch fine?

You could add macro SQR.


More information about the ffmpeg-devel mailing list