diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-13 00:29:23 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-01 01:19:04 +0200 |
commit | 55c6e59906ab51dd7fd1290e502f26802516f8c7 (patch) | |
tree | 81f38f62aa8630c7a072f0184f6cb15201d3090a /tests/ref/fate | |
parent | d613091f8858d87789916e2bd7a84ea3144077d4 (diff) | |
download | ffmpeg-55c6e59906ab51dd7fd1290e502f26802516f8c7.tar.gz |
fate: add SGI tests
Diffstat (limited to 'tests/ref/fate')
-rw-r--r-- | tests/ref/fate/sgi-gray | 2 | ||||
-rw-r--r-- | tests/ref/fate/sgi-gray16 | 2 | ||||
-rw-r--r-- | tests/ref/fate/sgi-rgb24 | 2 | ||||
-rw-r--r-- | tests/ref/fate/sgi-rgb24-rle | 2 | ||||
-rw-r--r-- | tests/ref/fate/sgi-rgb48 | 2 | ||||
-rw-r--r-- | tests/ref/fate/sgi-rgb48-rle | 2 | ||||
-rw-r--r-- | tests/ref/fate/sgi-rgba | 2 | ||||
-rw-r--r-- | tests/ref/fate/sgi-rgba64 | 2 | ||||
-rw-r--r-- | tests/ref/fate/sgi-rgba64-rle | 2 |
9 files changed, 18 insertions, 0 deletions
diff --git a/tests/ref/fate/sgi-gray b/tests/ref/fate/sgi-gray new file mode 100644 index 0000000000..b0e060699c --- /dev/null +++ b/tests/ref/fate/sgi-gray @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 131072, 0xb0702a94 diff --git a/tests/ref/fate/sgi-gray16 b/tests/ref/fate/sgi-gray16 new file mode 100644 index 0000000000..3218edc1b2 --- /dev/null +++ b/tests/ref/fate/sgi-gray16 @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 262144, 0xecdaf084 diff --git a/tests/ref/fate/sgi-rgb24 b/tests/ref/fate/sgi-rgb24 new file mode 100644 index 0000000000..30aca1cead --- /dev/null +++ b/tests/ref/fate/sgi-rgb24 @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 393216, 0xa9b28fd9 diff --git a/tests/ref/fate/sgi-rgb24-rle b/tests/ref/fate/sgi-rgb24-rle new file mode 100644 index 0000000000..1128de56d9 --- /dev/null +++ b/tests/ref/fate/sgi-rgb24-rle @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 393216, 0xe96e1de2 diff --git a/tests/ref/fate/sgi-rgb48 b/tests/ref/fate/sgi-rgb48 new file mode 100644 index 0000000000..8f3ca50b10 --- /dev/null +++ b/tests/ref/fate/sgi-rgb48 @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 786432, 0xee4aa667 diff --git a/tests/ref/fate/sgi-rgb48-rle b/tests/ref/fate/sgi-rgb48-rle new file mode 100644 index 0000000000..2cf0259695 --- /dev/null +++ b/tests/ref/fate/sgi-rgb48-rle @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 786432, 0xbc743bc4 diff --git a/tests/ref/fate/sgi-rgba b/tests/ref/fate/sgi-rgba new file mode 100644 index 0000000000..058f5f99c3 --- /dev/null +++ b/tests/ref/fate/sgi-rgba @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 524288, 0x4ee5adbb diff --git a/tests/ref/fate/sgi-rgba64 b/tests/ref/fate/sgi-rgba64 new file mode 100644 index 0000000000..f4e939ec73 --- /dev/null +++ b/tests/ref/fate/sgi-rgba64 @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 1048576, 0xc657e22b diff --git a/tests/ref/fate/sgi-rgba64-rle b/tests/ref/fate/sgi-rgba64-rle new file mode 100644 index 0000000000..1dfac760fc --- /dev/null +++ b/tests/ref/fate/sgi-rgba64-rle @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 614400, 0xb92d409d |