Re: [FFmpeg-devel] [PATCH 10/12] lavfi/vf_cropdetect: replace round by lrint

2015-12-19 Thread Ganesh Ajjanagadde
On Sat, Dec 19, 2015 at 8:47 AM, Michael Niedermayer wrote: > On Fri, Dec 18, 2015 at 09:45:36PM -0800, Ganesh Ajjanagadde wrote: >> lrint is at least as fast, and more accurate. >> >> Signed-off-by: Ganesh Ajjanagadde >> --- >> libavfilter/vf_cropdetect.c | 2 +- >> 1 file changed, 1 insertion(

Re: [FFmpeg-devel] [PATCH 10/12] lavfi/vf_cropdetect: replace round by lrint

2015-12-19 Thread Michael Niedermayer
On Fri, Dec 18, 2015 at 09:45:36PM -0800, Ganesh Ajjanagadde wrote: > lrint is at least as fast, and more accurate. > > Signed-off-by: Ganesh Ajjanagadde > --- > libavfilter/vf_cropdetect.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) ok [...] -- Michael GnuPG fingerprint: 9FF2

[FFmpeg-devel] [PATCH 10/12] lavfi/vf_cropdetect: replace round by lrint

2015-12-18 Thread Ganesh Ajjanagadde
lrint is at least as fast, and more accurate. Signed-off-by: Ganesh Ajjanagadde --- libavfilter/vf_cropdetect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_cropdetect.c b/libavfilter/vf_cropdetect.c index d456377..4a89875 100644 --- a/libavfilter/vf_cropdet