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

2015-12-25 Thread Ganesh Ajjanagadde
On Wed, Dec 23, 2015 at 10:47 AM, Ganesh Ajjanagadde wrote: > exp10, introduced recently, is superior for the purpose. > > Signed-off-by: Ganesh Ajjanagadde > --- > libavcodec/wmaprodec.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/wmaprodec.c b/libavcod

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

2015-12-23 Thread Ganesh Ajjanagadde
exp10, introduced recently, is superior for the purpose. Signed-off-by: Ganesh Ajjanagadde --- libavcodec/wmaprodec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/wmaprodec.c b/libavcodec/wmaprodec.c index f8f901c..cbda9e9 100644 --- a/libavcodec/wmaprodec.c +