Le decadi 20 brumaire, an CCXXIV, Nicolas George a écrit :
> Thanks for the heads up, I will try to reproduce and understand (the filter
> does not touch timestamps!) when time permits.

Well, I built with the same options, and it did not fail, I do not know what
can cause the difference. If nobody has a better idea, I should probably
disable the test in the Makefile to avoid the ugly FATE failures (or revert
the whole commit if people prefer, but the test works on most cases), see
the attached patch.

(It may be the fps filter at fault, since it uses a few floating point
operations; that should be eliminated if possible.)

Regards,

-- 
  Nicolas George
From 849ef1dfc64a046eafc307013cb524992b3811a3 Mon Sep 17 00:00:00 2001
From: Nicolas George <geo...@nsup.org>
Date: Fri, 13 Nov 2015 15:17:40 +0100
Subject: [PATCH] fate: disable mpdecimate test.

It causes strange failures on some windows-like platforms, see:
http://fate.ffmpeg.org/report.cgi?time=20151110075241&slot=x86_32-msvc12-windows-native
http://fate.ffmpeg.org/report.cgi?time=20151110064021&slot=x86_64-debian-mingw32-gcc-4.6

Signed-off-by: Nicolas George <geo...@nsup.org>
---
 tests/fate/filter-video.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index 4186996..c7b9d82 100644
--- a/tests/fate/filter-video.mak
+++ b/tests/fate/filter-video.mak
@@ -329,7 +329,7 @@ FATE_FILTER-$(call ALLYES, TESTSRC_FILTER SINE_FILTER CONCAT_FILTER) += fate-fil
 fate-filter-concat: tests/data/filtergraphs/concat
 fate-filter-concat: CMD = framecrc -filter_complex_script $(TARGET_PATH)/tests/data/filtergraphs/concat
 
-FATE_FILTER-$(call ALLYES, TESTSRC2_FILTER FPS_FILTER MPDECIMATE_FILTER) += fate-filter-mpdecimate
+#FATE_FILTER-$(call ALLYES, TESTSRC2_FILTER FPS_FILTER MPDECIMATE_FILTER) += fate-filter-mpdecimate
 fate-filter-mpdecimate: CMD = framecrc -lavfi testsrc2=r=2:d=10,fps=3,mpdecimate -r 3 -pix_fmt yuv420p
 
 FATE_FILTER_VSYNTH-$(call ALLYES, FORMAT_FILTER SPLIT_FILTER ALPHAEXTRACT_FILTER ALPHAMERGE_FILTER) += fate-filter-alphaextract_alphamerge_rgb
-- 
2.6.2

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to