diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-03-28 15:29:21 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-28 15:29:21 +0100 |
commit | e14f8bd07ef7135690e21d2192026d307a926cad (patch) | |
tree | eac10a72d191b1bc9a0fdb712bcccf680fcce903 | |
parent | e0dd8cadcc386a168e7acd079463880154086446 (diff) | |
download | ffmpeg-e14f8bd07ef7135690e21d2192026d307a926cad.tar.gz |
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@gmx.at>
-rw-r--r-- | tests/fate/filter.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/filter.mak b/tests/fate/filter.mak index 9b0472cdfb..dcc3dde694 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 |