mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
Add examples of unary operators.
Originally committed as revision 25624 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
63b1630356
commit
8bb12e71af
@ -535,6 +535,9 @@ int main(void)
|
||||
const char **expr, *exprs[] = {
|
||||
"",
|
||||
"1;2",
|
||||
"-20",
|
||||
"-PI",
|
||||
"+PI",
|
||||
"1+(5-2)^(3-1)+1/2+sin(PI)-max(-2.2,-3.1)",
|
||||
"80G/80Gi"
|
||||
"1k",
|
||||
|
Loading…
Reference in New Issue
Block a user