diff options
author | James Almer <jamrial@gmail.com> | 2017-10-02 21:40:59 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-10-02 21:42:34 -0300 |
commit | aa4fe27657462742943dfbd185a18c223ae4dca3 (patch) | |
tree | db8f8359360e53a230cb430f109fefc6526adba1 /tests | |
parent | 712ee85816ef854761f30ea57ea628997bd62e60 (diff) | |
download | ffmpeg-aa4fe27657462742943dfbd185a18c223ae4dca3.tar.gz |
fate: disable fate-svq3-2
The first frame changes depending on --enable-memory-poisoning being
used to configure ffmpeg or not, even if requesting bitexact decoding.
Disable the test until this is fixed.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/qt.mak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/fate/qt.mak b/tests/fate/qt.mak index 2a7fc2e0fa..c054129f08 100644 --- a/tests/fate/qt.mak +++ b/tests/fate/qt.mak @@ -52,7 +52,8 @@ fate-svq1-headerswap: CMD = framecrc -i $(TARGET_SAMPLES)/svq1/ct_ending_cut.mov FATE_SVQ3 += fate-svq3-1 fate-svq3-1: CMD = framecrc -i $(TARGET_SAMPLES)/svq3/Vertical400kbit.sorenson3.mov -t 6 -an -FATE_SVQ3 += fate-svq3-2 +#FATE_SVQ3 += fate-svq3-2 +#FIXME: first frame changes depending on --enable-memory-poisoning being used to configure or not fate-svq3-2: CMD = framecrc -flags +bitexact -ignore_editlist 1 -i $(TARGET_SAMPLES)/svq3/svq3_decoding_regression.mov -an FATE_SVQ3 += fate-svq3-watermark |