diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-29 22:27:22 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-29 22:28:37 +0200 |
commit | 6b222ea9637ae0337de1449147c64547cfb767eb (patch) | |
tree | 996eb7957748f98bc1160f35db25b22c1b30cb9e /tests/filtergraphs | |
parent | 9a5924f86254d2f6dfe758376840dc91abfac779 (diff) | |
download | ffmpeg-6b222ea9637ae0337de1449147c64547cfb767eb.tar.gz |
fate: add bitexact flags to alphaextract/alphamerge tests.
Should fix a FATE failure.
Diffstat (limited to 'tests/filtergraphs')
-rw-r--r-- | tests/filtergraphs/alphamerge_alphaextract_rgb | 1 | ||||
-rw-r--r-- | tests/filtergraphs/alphamerge_alphaextract_yuv | 1 |
2 files changed, 2 insertions, 0 deletions
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 |