diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-02 16:59:03 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-02 17:06:13 +0200 |
commit | 2b9590ebab8baef557d5d0f5daeedd386983bbc0 (patch) | |
tree | 765a147653d77b20015d1e29faf9e1ac637b7928 /tests/ref/fate/timefilter | |
parent | 61a28d00e85c1a84138e3d8b4f52e453f8640249 (diff) | |
download | ffmpeg-2b9590ebab8baef557d5d0f5daeedd386983bbc0.tar.gz |
avdevice/timefilter-test: dont try to optimize par1 for n0=0 case
for the n0=0 case there are multiple solutions and different
platforms pick different ones
This should reduce the issues with fate and the timefilter test
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/fate/timefilter')
-rw-r--r-- | tests/ref/fate/timefilter | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/timefilter b/tests/ref/fate/timefilter index 5a61f79aa0..942ac1b04e 100644 --- a/tests/ref/fate/timefilter +++ b/tests/ref/fate/timefilter @@ -1,4 +1,4 @@ - [ 0.800000 0.800000 0.000000] [ 0.800000 2758.779681 0.000000] [ 0.800000 3881.880055 0.000000] [ 0.800000 5213.913473 0.000000] + [ 0.800000 1.000000 0.000000] [1689.810931 1.000000 0.000000] [2480.175715 1.000000 0.000000] [3323.672664 1.000000 0.000000] [1688.672234 0.000000 0.018551] [ 21.026792 0.000401 0.068856] [ 1.162481 0.008576 0.121287] [ 0.803356 0.016078 0.153518] [1218.378235 0.000000 0.167011] [ 12.908626 0.000281 0.296858] [ 21.026792 0.000401 0.619608] [ 2.064064 0.004760 1.020336] [1218.378235 0.000000 0.909282] [ 10.047626 0.000191 0.873495] [ 14.909464 0.000297 1.935407] [ 21.026792 0.000401 3.373312] |