Re: [FFmpeg-devel] [PATCH 03/15] lavfi/f_ebur128: replace pow(10, x) by exp10(x)

2015-12-23 Thread Ganesh Ajjanagadde
On Wed, Dec 23, 2015 at 11:08 AM, Ronald S. Bultje wrote: > Hi, > > On Wed, Dec 23, 2015 at 2:00 PM, Ganesh Ajjanagadde > wrote: > >> On Wed, Dec 23, 2015 at 10:54 AM, Clément Bœsch wrote: >> > On Wed, Dec 23, 2015 at 10:47:23AM -0800, Ganesh Ajjanagadde wrote: >> >> exp10, recently introduced,

Re: [FFmpeg-devel] [PATCH 03/15] lavfi/f_ebur128: replace pow(10, x) by exp10(x)

2015-12-23 Thread Ronald S. Bultje
Hi, On Wed, Dec 23, 2015 at 2:00 PM, Ganesh Ajjanagadde wrote: > On Wed, Dec 23, 2015 at 10:54 AM, Clément Bœsch wrote: > > On Wed, Dec 23, 2015 at 10:47:23AM -0800, Ganesh Ajjanagadde wrote: > >> exp10, recently introduced, is superior for the purpose. > >> > >> Signed-off-by: Ganesh Ajjanagad

Re: [FFmpeg-devel] [PATCH 03/15] lavfi/f_ebur128: replace pow(10, x) by exp10(x)

2015-12-23 Thread Ganesh Ajjanagadde
On Wed, Dec 23, 2015 at 10:54 AM, Clément Bœsch wrote: > On Wed, Dec 23, 2015 at 10:47:23AM -0800, Ganesh Ajjanagadde wrote: >> exp10, recently introduced, is superior for the purpose. >> >> Signed-off-by: Ganesh Ajjanagadde >> --- >> libavfilter/f_ebur128.c | 2 +- >> 1 file changed, 1 insertio

Re: [FFmpeg-devel] [PATCH 03/15] lavfi/f_ebur128: replace pow(10, x) by exp10(x)

2015-12-23 Thread Clément Bœsch
On Wed, Dec 23, 2015 at 10:47:23AM -0800, Ganesh Ajjanagadde wrote: > exp10, recently introduced, is superior for the purpose. > > Signed-off-by: Ganesh Ajjanagadde > --- > libavfilter/f_ebur128.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavfilter/f_ebur128.c b

[FFmpeg-devel] [PATCH 03/15] lavfi/f_ebur128: replace pow(10, x) by exp10(x)

2015-12-23 Thread Ganesh Ajjanagadde
exp10, recently introduced, is superior for the purpose. Signed-off-by: Ganesh Ajjanagadde --- libavfilter/f_ebur128.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/f_ebur128.c b/libavfilter/f_ebur128.c index b9577c5..6749bcd 100644 --- a/libavfilter/f_ebur128.c