Re: [FFmpeg-devel] [PATCH 06/15] lavc/aacpsy: replace pow(10, x) by exp10(x)

2015-12-23 Thread Rostislav Pehlivanov
On Wed, 2015-12-23 at 10:47 -0800, Ganesh Ajjanagadde wrote: > exp10, recently introduced, is superior for the purpose. > > Signed-off-by: Ganesh Ajjanagadde > --- >  libavcodec/aacpsy.c | 8 >  1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/libavcodec/aacpsy.c b/libavc

[FFmpeg-devel] [PATCH 06/15] lavc/aacpsy: 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 --- libavcodec/aacpsy.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/aacpsy.c b/libavcodec/aacpsy.c index 71eeb3e..163ee43 100644 --- a/libavcodec/aacpsy.c +++ b/l