Re: [FFmpeg-devel] [PATCH 06/11] avfilter/af_volumedetect: use log10 instead of hardcoded constant

2015-12-01 Thread Ganesh Ajjanagadde
On Sat, Oct 31, 2015 at 6:12 PM, Ganesh Ajjanagadde wrote: > On Sat, Oct 31, 2015 at 6:02 PM, Mark Harris wrote: >> On Wed, Oct 28, 2015 at 9:20 PM, Ganesh Ajjanagadde >> wrote: >>> This is likely more precise and conveys the

Re: [FFmpeg-devel] [PATCH 06/11] avfilter/af_volumedetect: use log10 instead of hardcoded constant

2015-10-31 Thread Mark Harris
On Wed, Oct 28, 2015 at 9:20 PM, Ganesh Ajjanagadde wrote: > This is likely more precise and conveys the intent better. > > Signed-off-by: Ganesh Ajjanagadde > --- > libavfilter/af_volumedetect.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [FFmpeg-devel] [PATCH 06/11] avfilter/af_volumedetect: use log10 instead of hardcoded constant

2015-10-31 Thread Ganesh Ajjanagadde
On Sat, Oct 31, 2015 at 6:02 PM, Mark Harris wrote: > On Wed, Oct 28, 2015 at 9:20 PM, Ganesh Ajjanagadde > wrote: >> This is likely more precise and conveys the intent better. >> >> Signed-off-by: Ganesh Ajjanagadde >> --- >>

[FFmpeg-devel] [PATCH 06/11] avfilter/af_volumedetect: use log10 instead of hardcoded constant

2015-10-28 Thread Ganesh Ajjanagadde
This is likely more precise and conveys the intent better. Signed-off-by: Ganesh Ajjanagadde --- libavfilter/af_volumedetect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/af_volumedetect.c b/libavfilter/af_volumedetect.c index