[FFmpeg-cvslog] fate: Disable af_join test, as its output is not deterministic currently

Michael Niedermayer git at videolan.org
Thu Mar 28 15:35:33 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Mar 28 15:29:21 2013 +0100| [e14f8bd07ef7135690e21d2192026d307a926cad] | committer: Michael Niedermayer

fate: Disable af_join test, as its output is not deterministic currently

The reason for the failure is unknown, this needs to be debuged and fixed

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 tests/fate/filter.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate/filter.mak b/tests/fate/filter.mak
index 9b0472c..dcc3dde 100644
--- a/tests/fate/filter.mak
+++ b/tests/fate/filter.mak
@@ -69,7 +69,7 @@ fate-filter-gradfun: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf gradfun
 FATE_FILTER_VSYNTH-$(CONFIG_HQDN3D_FILTER) += fate-filter-hqdn3d
 fate-filter-hqdn3d: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf hqdn3d
 
-FATE_FILTER-$(call FILTERDEMDECENCMUX, JOIN, WAV, PCM_S16LE, PCM_S16LE, PCM_S16LE) += fate-filter-join
+#FATE_FILTER-$(call FILTERDEMDECENCMUX, JOIN, WAV, PCM_S16LE, PCM_S16LE, PCM_S16LE) += fate-filter-join
 fate-filter-join: SRC1 = $(TARGET_PATH)/tests/data/asynth-44100-2.wav
 fate-filter-join: SRC2 = $(TARGET_PATH)/tests/data/asynth-44100-3.wav
 fate-filter-join: tests/data/asynth-44100-2.wav tests/data/asynth-44100-3.wav



More information about the ffmpeg-cvslog mailing list