diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-01-10 07:15:18 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-10 07:15:18 +0100 |
commit | 2169f971ad9b582cc3f1e6a1430aad44d64495d3 (patch) | |
tree | 62bb4429d1396edc94ffe6ced7ebd455b1f2b58b /tests | |
parent | 7e2ba2df287c068112e3745b22b38a680877db9e (diff) | |
download | ffmpeg-2169f971ad9b582cc3f1e6a1430aad44d64495d3.tar.gz |
fate: Disable fate-wmv8-x8intra
This test does not work on all platforms and until it does
it just hides new failures, which is really bad.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/microsoft.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate/microsoft.mak b/tests/fate/microsoft.mak index df1013b8ad..d8993f9319 100644 --- a/tests/fate/microsoft.mak +++ b/tests/fate/microsoft.mak @@ -14,8 +14,8 @@ fate-wmv8-drm: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c3 FATE_MICROSOFT += fate-wmv8-drm-nodec fate-wmv8-drm-nodec: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(SAMPLES)/wmv8/wmv_drm.wmv -acodec copy -vcodec copy -FATE_MICROSOFT += fate-wmv8-x8intra -fate-wmv8-x8intra: CMD = framecrc -flags +bitexact -idct 19 -i $(SAMPLES)/wmv8/wmv8_x8intra.wmv -an +#FATE_MICROSOFT += fate-wmv8-x8intra +#fate-wmv8-x8intra: CMD = framecrc -flags +bitexact -idct 19 -i $(SAMPLES)/wmv8/wmv8_x8intra.wmv -an FATE_MICROSOFT += fate-vc1 fate-vc1: CMD = framecrc -i $(SAMPLES)/vc1/SA00040.vc1 |