Commit 8bb12e71 authored by Stefano Sabatini's avatar Stefano Sabatini

Add examples of unary operators.

Originally committed as revision 25624 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 63b16303
...@@ -535,6 +535,9 @@ int main(void) ...@@ -535,6 +535,9 @@ int main(void)
const char **expr, *exprs[] = { const char **expr, *exprs[] = {
"", "",
"1;2", "1;2",
"-20",
"-PI",
"+PI",
"1+(5-2)^(3-1)+1/2+sin(PI)-max(-2.2,-3.1)", "1+(5-2)^(3-1)+1/2+sin(PI)-max(-2.2,-3.1)",
"80G/80Gi" "80G/80Gi"
"1k", "1k",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment