mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avutil/eval: add sgn()
This commit is contained in:
parent
72704cbff4
commit
961d6493e8
2 changed files with 7 additions and 0 deletions
|
|
@ -920,6 +920,9 @@ corresponding input value will be returned.
|
|||
@item round(expr)
|
||||
Round the value of expression @var{expr} to the nearest integer. For example, "round(1.5)" is "2.0".
|
||||
|
||||
@item sgn(x)
|
||||
Compute sign of @var{x}.
|
||||
|
||||
@item sin(x)
|
||||
Compute sine of @var{x}.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue