[FFmpeg-cvslog] fate/png : add test for rgba64 and interleaved rgb

Martin Vignali git at videolan.org
Tue Jul 5 01:50:52 CEST 2016


ffmpeg | branch: master | Martin Vignali <martin.vignali at gmail.com> | Sat Jul  2 15:18:45 2016 +0200| [9cc114fa542813150fdab748fbb8234ca43103c0] | committer: Michael Niedermayer

fate/png : add test for rgba64 and interleaved rgb

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9cc114fa542813150fdab748fbb8234ca43103c0
---

 tests/fate/image.mak         |    5 ++++-
 tests/ref/fate/png-int-rgb24 |    6 ++++++
 tests/ref/fate/png-rgba64    |    6 ++++++
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/tests/fate/image.mak b/tests/fate/image.mak
index 500da48..178624a 100644
--- a/tests/fate/image.mak
+++ b/tests/fate/image.mak
@@ -263,9 +263,12 @@ FATE_PNG += fate-png-$(1)
 fate-png-$(1): CMD = framecrc -i $(TARGET_SAMPLES)/png1/lena-$(1).png -sws_flags +accurate_rnd+bitexact -pix_fmt rgb24
 endef
 
-PNG_COLORSPACES = gray8 gray16 rgb24 rgb48 rgba ya8 ya16
+PNG_COLORSPACES = gray8 gray16 rgb24 rgb48 rgba rgba64 ya8 ya16
 $(foreach CLSP,$(PNG_COLORSPACES),$(eval $(call FATE_IMGSUITE_PNG,$(CLSP))))
 
+FATE_PNG += fate-png-int-rgb24
+fate-png-int-rgb24: CMD = framecrc -i $(TARGET_SAMPLES)/png1/lena-int_rgb24.png -sws_flags +accurate_rnd+bitexact -pix_fmt rgb24
+
 FATE_PNG-$(call DEMDEC, IMAGE2, PNG) += $(FATE_PNG)
 FATE_IMAGE += $(FATE_PNG-yes)
 fate-png: $(FATE_PNG-yes)
diff --git a/tests/ref/fate/png-int-rgb24 b/tests/ref/fate/png-int-rgb24
new file mode 100644
index 0000000..a37aac8
--- /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 0000000..3a66f19
--- /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



More information about the ffmpeg-cvslog mailing list