diff options
author | Martin Vignali <martin.vignali@gmail.com> | 2016-07-02 15:18:45 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-07-05 01:48:00 +0200 |
commit | 9cc114fa542813150fdab748fbb8234ca43103c0 (patch) | |
tree | 8fde368c43750d3dc143ad1ecec29aecf0f9b242 /tests/ref/fate | |
parent | de30863fffae0880cfd11fcc95e8bb64f9fe44a7 (diff) | |
download | ffmpeg-9cc114fa542813150fdab748fbb8234ca43103c0.tar.gz |
fate/png : add test for rgba64 and interleaved rgb
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/ref/fate')
-rw-r--r-- | tests/ref/fate/png-int-rgb24 | 6 | ||||
-rw-r--r-- | tests/ref/fate/png-rgba64 | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/ref/fate/png-int-rgb24 b/tests/ref/fate/png-int-rgb24 new file mode 100644 index 0000000000..a37aac810c --- /dev/null +++ b/tests/ref/fate/png-int-rgb24 @@ -0,0 +1,6 @@ +#tb 0: 1/25 +#media_type 0: video +#codec_id 0: rawvideo +#dimensions 0: 128x128 +#sar 0: 2835/2835 +0, 0, 0, 1, 49152, 0xe0013dee diff --git a/tests/ref/fate/png-rgba64 b/tests/ref/fate/png-rgba64 new file mode 100644 index 0000000000..3a66f19b5b --- /dev/null +++ b/tests/ref/fate/png-rgba64 @@ -0,0 +1,6 @@ +#tb 0: 1/25 +#media_type 0: video +#codec_id 0: rawvideo +#dimensions 0: 128x128 +#sar 0: 1/1 +0, 0, 0, 1, 49152, 0x04f35063 |