On Tue, Jun 06, 2017 at 12:43:13AM -0400, Kevin Mark wrote:
> We have floor, ceil, and trunc. Let's add round.
>
> Signed-off-by: Kevin Mark
> ---
> doc/utils.texi | 3 +++
> libavutil/eval.c | 5 -
> 2 files changed, 7 insertions(+), 1 deletion(-)
applied
thx
[...]
--
Michael GnuPG
We have floor, ceil, and trunc. Let's add round.
Signed-off-by: Kevin Mark
---
doc/utils.texi | 3 +++
libavutil/eval.c | 5 -
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/doc/utils.texi b/doc/utils.texi
index 1734439459..d65bdf0b0e 100644
--- a/doc/utils.texi
+++ b/doc/ut