diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-07-23 21:04:50 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-08-04 12:57:39 +0100 |
commit | 086a541857812b2e0435db38fbabfddc7d19e53c (patch) | |
tree | fe48c9102bef2b7c0e8120caafb70f1b0c111bc6 /tests/ref | |
parent | 60cbd6ad84de0931314030b81df87b69d6196587 (diff) | |
download | ffmpeg-086a541857812b2e0435db38fbabfddc7d19e53c.tar.gz |
fate: png-suite
Every supported format is converted to RGB.
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/png-gray16 | 2 | ||||
-rw-r--r-- | tests/ref/fate/png-gray8 | 2 | ||||
-rw-r--r-- | tests/ref/fate/png-rgb24 | 2 | ||||
-rw-r--r-- | tests/ref/fate/png-rgb48 | 2 | ||||
-rw-r--r-- | tests/ref/fate/png-rgba | 2 | ||||
-rw-r--r-- | tests/ref/fate/png-ya16 | 2 | ||||
-rw-r--r-- | tests/ref/fate/png-ya8 | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/tests/ref/fate/png-gray16 b/tests/ref/fate/png-gray16 new file mode 100644 index 0000000000..7bd73d84d0 --- /dev/null +++ b/tests/ref/fate/png-gray16 @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 203280, 0x56c92114 diff --git a/tests/ref/fate/png-gray8 b/tests/ref/fate/png-gray8 new file mode 100644 index 0000000000..5b3096826b --- /dev/null +++ b/tests/ref/fate/png-gray8 @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 203280, 0xe5df9033 diff --git a/tests/ref/fate/png-rgb24 b/tests/ref/fate/png-rgb24 new file mode 100644 index 0000000000..ed819cef61 --- /dev/null +++ b/tests/ref/fate/png-rgb24 @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 203280, 0x57fff840 diff --git a/tests/ref/fate/png-rgb48 b/tests/ref/fate/png-rgb48 new file mode 100644 index 0000000000..8bd0445663 --- /dev/null +++ b/tests/ref/fate/png-rgb48 @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 203280, 0x764801bb diff --git a/tests/ref/fate/png-rgba b/tests/ref/fate/png-rgba new file mode 100644 index 0000000000..eb473ced21 --- /dev/null +++ b/tests/ref/fate/png-rgba @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 203280, 0xb30c9da7 diff --git a/tests/ref/fate/png-ya16 b/tests/ref/fate/png-ya16 new file mode 100644 index 0000000000..b932700295 --- /dev/null +++ b/tests/ref/fate/png-ya16 @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 203280, 0xf1b83aeb diff --git a/tests/ref/fate/png-ya8 b/tests/ref/fate/png-ya8 new file mode 100644 index 0000000000..9ce98f698d --- /dev/null +++ b/tests/ref/fate/png-ya8 @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 203280, 0xe77c008e |