Re: [FFmpeg-devel] [PATCH 08/12] lavfi/vf_crop: replace round by lrint

2015-12-21 Thread Ganesh Ajjanagadde
On Fri, Dec 18, 2015 at 9:45 PM, Ganesh Ajjanagadde wrote: > lrint is at least as fast, and more accurate. > > Signed-off-by: Ganesh Ajjanagadde > --- > libavfilter/vf_crop.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavfilter/vf_crop.c b/libavfilter/vf_crop.c >

[FFmpeg-devel] [PATCH 08/12] lavfi/vf_crop: 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_crop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_crop.c b/libavfilter/vf_crop.c index 93a58da..01773fa 100644 --- a/libavfilter/vf_crop.c +++ b/libavfilter/