diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-02-17 17:16:30 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-17 17:36:27 +0100 |
commit | 29c8619a49779a06dd6f59b010682bd4f999aa55 (patch) | |
tree | 7f501d8c60211a6dbe6c6d153aea5890dfe00235 /libavutil/eval.c | |
parent | 09ece9fa6c454e7c039990363a0fbe838d68d5c1 (diff) | |
download | ffmpeg-29c8619a49779a06dd6f59b010682bd4f999aa55.tar.gz |
fate: add print() to the tests of eval
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/eval.c')
-rw-r--r-- | libavutil/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/eval.c b/libavutil/eval.c index f940e9a05b..5d202249f0 100644 --- a/libavutil/eval.c +++ b/libavutil/eval.c @@ -805,7 +805,7 @@ int main(int argc, char **argv) "squish(2)", "gauss(0.1)", "hypot(4,3)", - "gcd(30,55)*min(9,1)", + "gcd(30,55)*print(min(9,1))", NULL }; |