Re: [FFmpeg-devel] [PATCH 05/12] lavfi/vsrc_mandelbrot: replace round by lrint

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

Re: [FFmpeg-devel] [PATCH 05/12] lavfi/vsrc_mandelbrot: replace round by lrint

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

[FFmpeg-devel] [PATCH 05/12] lavfi/vsrc_mandelbrot: replace round by lrint

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