From 6b222ea9637ae0337de1449147c64547cfb767eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Mon, 29 Apr 2013 22:27:22 +0200 Subject: fate: add bitexact flags to alphaextract/alphamerge tests. Should fix a FATE failure. --- tests/filtergraphs/alphamerge_alphaextract_rgb | 1 + tests/filtergraphs/alphamerge_alphaextract_yuv | 1 + 2 files changed, 2 insertions(+) (limited to 'tests/filtergraphs') diff --git a/tests/filtergraphs/alphamerge_alphaextract_rgb b/tests/filtergraphs/alphamerge_alphaextract_rgb index 0f9dc4fb51..1aa302de39 100644 --- a/tests/filtergraphs/alphamerge_alphaextract_rgb +++ b/tests/filtergraphs/alphamerge_alphaextract_rgb @@ -1,3 +1,4 @@ +sws_flags=+accurate_rnd+bitexact; format=bgra, split, alphamerge, split [x][y]; [y] alphaextract [alpha]; [x][alpha] alphamerge diff --git a/tests/filtergraphs/alphamerge_alphaextract_yuv b/tests/filtergraphs/alphamerge_alphaextract_yuv index 48546f6de4..ef3ea14a44 100644 --- a/tests/filtergraphs/alphamerge_alphaextract_yuv +++ b/tests/filtergraphs/alphamerge_alphaextract_yuv @@ -1,3 +1,4 @@ +sws_flags=+accurate_rnd+bitexact; format=yuv420p, split, alphamerge, split [x][y]; [y] alphaextract [alpha]; [x][alpha] alphamerge -- cgit v1.2.3