[FFmpeg-devel] [PATCH] fate: add yuv420p tiff en-/decoding test
Andreas Cadhalpun
andreas.cadhalpun at googlemail.com
Fri Feb 17 03:06:26 EET 2017
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
---
tests/lavf-regression.sh | 1 +
tests/ref/lavf/tiff | 3 +++
2 files changed, 4 insertions(+)
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index eda40f25db..90ecd21baa 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -260,6 +260,7 @@ fi
if [ -n "$do_tiff" ] ; then
do_image_formats tiff "-pix_fmt rgb24"
+do_image_formats tiff "-pix_fmt yuv420p"
fi
if [ -n "$do_sgi" ] ; then
diff --git a/tests/ref/lavf/tiff b/tests/ref/lavf/tiff
index 4b0b985f76..c1d7a5a2e0 100644
--- a/tests/ref/lavf/tiff
+++ b/tests/ref/lavf/tiff
@@ -1,3 +1,6 @@
b3299346a8959553a437e486d8f3bf76 *./tests/data/images/tiff/02.tiff
./tests/data/images/tiff/%02d.tiff CRC=0x6da01946
307131 ./tests/data/images/tiff/02.tiff
+968242814cb1f62124bdc9d8d24c935d *./tests/data/images/tiff/02.tiff
+./tests/data/images/tiff/%02d.tiff CRC=0x3fa9787c
+153761 ./tests/data/images/tiff/02.tiff
--
2.11.0
More information about the ffmpeg-devel
mailing list