[FFmpeg-cvslog] fate: Add test for webp

Diego Biurrun git at videolan.org
Mon Nov 14 11:06:14 EET 2016


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Jun 23 17:05:42 2016 +0200| [7c55fac7dfa8bad9644dea5d03309da30be69563] | committer: Diego Biurrun

fate: Add test for webp

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

 tests/fate/image.mak | 3 +++
 tests/ref/fate/webp  | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/tests/fate/image.mak b/tests/fate/image.mak
index e58291b..83fa71a 100644
--- a/tests/fate/image.mak
+++ b/tests/fate/image.mak
@@ -223,6 +223,9 @@ FATE_TIFF-$(call DEMDEC, IMAGE2, TIFF) += $(FATE_TIFF)
 FATE_SAMPLES_AVCONV += $(FATE_TIFF-yes)
 fate-tiff: $(FATE_TIFF-yes)
 
+FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, WEBP) += fate-webp
+fate-webp: CMD = framecrc -i $(TARGET_SAMPLES)/webp/image_small.webp
+
 FATE_XBM += fate-xbm10
 fate-xbm10: CMD = framecrc -i $(TARGET_SAMPLES)/xbm/xl.xbm
 
diff --git a/tests/ref/fate/webp b/tests/ref/fate/webp
new file mode 100644
index 0000000..ced2ead
--- /dev/null
+++ b/tests/ref/fate/webp
@@ -0,0 +1,2 @@
+#tb 0: 1/25
+0,          0,          0,        1,   135200, 0xc2e0319d



More information about the ffmpeg-cvslog mailing list