diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-02-22 17:21:04 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-02-26 22:12:17 +0100 |
commit | 923092697a6600bf18cf881f821068379f5a42d5 (patch) | |
tree | b99402dd996a20f6249eaf316cb9a2a8a7b044e4 /tests | |
parent | 02670762d25fd0b527534ff31fac193a3ea2109e (diff) | |
download | ffmpeg-923092697a6600bf18cf881f821068379f5a42d5.tar.gz |
eval: Allow specifying the variable id.
Reviewed-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/eval | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/eval b/tests/ref/fate/eval index e5e796c5c7..ed0d8bc124 100644 --- a/tests/ref/fate/eval +++ b/tests/ref/fate/eval @@ -172,8 +172,8 @@ Evaluating 'ifnot(1, NaN) + if(0, 1)' Evaluating 'taylor(1, 1)' 'taylor(1, 1)' -> 2.718282 -Evaluating 'taylor(eq(mod(ld(0),4),1)-eq(mod(ld(0),4),3), PI/2)' -'taylor(eq(mod(ld(0),4),1)-eq(mod(ld(0),4),3), PI/2)' -> 1.000000 +Evaluating 'taylor(eq(mod(ld(1),4),1)-eq(mod(ld(1),4),3), PI/2, 1)' +'taylor(eq(mod(ld(1),4),1)-eq(mod(ld(1),4),3), PI/2, 1)' -> 1.000000 12.700000 == 12.7 0.931323 == 0.931322575 |