diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-03-05 13:50:22 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-05 13:50:22 +0100 |
commit | 6d7e57e88b7505029f3a96b5d159fc34fce02858 (patch) | |
tree | a6a0b4b946bdcb8b7840d0be1e0da767a0bcd716 /tests/ref | |
parent | d48c8540a2c96b90de9ff60f01cf577a8bb79a07 (diff) | |
download | ffmpeg-6d7e57e88b7505029f3a96b5d159fc34fce02858.tar.gz |
avutil/opt: Do not print inf in selftest
This fixes fate failures on windows
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/opt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/ref/fate/opt b/tests/ref/fate/opt index 5b58cfe15b..3aa7423efd 100644 --- a/tests/ref/fate/opt +++ b/tests/ref/fate/opt @@ -183,9 +183,6 @@ Value -1.000000 for parameter 'rational' out of range [0 - 10] Value -1.000000 for parameter 'rational' out of range [0 - 10] Error 'rational=0 : rational=1/2 : rational=1/-1' Setting options string 'rational=-1/0' -Setting entry with key 'rational' to value '-1/0' -Value -inf for parameter 'rational' out of range [0 - 10] -Value -inf for parameter 'rational' out of range [0 - 10] Error 'rational=-1/0' Setting options string 'size=1024x768' Setting entry with key 'size' to value '1024x768' |