diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-11-20 02:17:35 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-11-24 09:05:01 -0500 |
commit | 823fa7004571cb8404ca5785f9fa6e85f0f9f3d3 (patch) | |
tree | c4628a5509431c6bb627e66dad7ca9c51f6b5571 /tests/ref | |
parent | 4a0918cae6394e503b17c71f8f171b4a795eb849 (diff) | |
download | ffmpeg-823fa7004571cb8404ca5785f9fa6e85f0f9f3d3.tar.gz |
fate: Rework sgi tests into a suite and add the missing ones
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/sgi-gray16 | 2 | ||||
-rw-r--r-- | tests/ref/fate/sgi-gray16-rle | 2 | ||||
-rw-r--r-- | tests/ref/fate/sgi-gray8 (renamed from tests/ref/fate/sgi-gray) | 0 | ||||
-rw-r--r-- | tests/ref/fate/sgi-gray8-rle | 2 | ||||
-rw-r--r-- | tests/ref/fate/sgi-rgba-rle | 2 | ||||
-rw-r--r-- | tests/ref/fate/sgi-rgba64-rle | 2 |
6 files changed, 8 insertions, 2 deletions
diff --git a/tests/ref/fate/sgi-gray16 b/tests/ref/fate/sgi-gray16 index 3218edc1b2..0908746a76 100644 --- a/tests/ref/fate/sgi-gray16 +++ b/tests/ref/fate/sgi-gray16 @@ -1,2 +1,2 @@ #tb 0: 1/25 -0, 0, 0, 1, 262144, 0xecdaf084 +0, 0, 0, 1, 262144, 0x6c27f084 diff --git a/tests/ref/fate/sgi-gray16-rle b/tests/ref/fate/sgi-gray16-rle new file mode 100644 index 0000000000..09903d5ba9 --- /dev/null +++ b/tests/ref/fate/sgi-gray16-rle @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 262144, 0x65ef57ff diff --git a/tests/ref/fate/sgi-gray b/tests/ref/fate/sgi-gray8 index b0e060699c..b0e060699c 100644 --- a/tests/ref/fate/sgi-gray +++ b/tests/ref/fate/sgi-gray8 diff --git a/tests/ref/fate/sgi-gray8-rle b/tests/ref/fate/sgi-gray8-rle new file mode 100644 index 0000000000..b0e060699c --- /dev/null +++ b/tests/ref/fate/sgi-gray8-rle @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 131072, 0xb0702a94 diff --git a/tests/ref/fate/sgi-rgba-rle b/tests/ref/fate/sgi-rgba-rle new file mode 100644 index 0000000000..058f5f99c3 --- /dev/null +++ b/tests/ref/fate/sgi-rgba-rle @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 524288, 0x4ee5adbb diff --git a/tests/ref/fate/sgi-rgba64-rle b/tests/ref/fate/sgi-rgba64-rle index 1dfac760fc..cdf5fd0e32 100644 --- a/tests/ref/fate/sgi-rgba64-rle +++ b/tests/ref/fate/sgi-rgba64-rle @@ -1,2 +1,2 @@ #tb 0: 1/25 -0, 0, 0, 1, 614400, 0xb92d409d +0, 0, 0, 1, 1048576, 0xb619d0f1 |