diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-06 02:29:51 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-06 02:40:44 +0100 |
commit | e27c470f2b63a0b0ceb982994c926d8ab21d1959 (patch) | |
tree | 290c0f8363feb68109833b1dc0e2c1d63aeb5e0d | |
parent | 0ef615126fd7807b6fbef5178819655d9b7eb1f9 (diff) | |
download | ffmpeg-e27c470f2b63a0b0ceb982994c926d8ab21d1959.tar.gz |
fate: disable lavfi-histeq
The filter has been added recently and does not yet pass tests on all platforms.
It should not be included in the tests in the release until it works.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | tests/fate/avfilter.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/fate/avfilter.mak b/tests/fate/avfilter.mak index 773873a20b..ad865df4a5 100644 --- a/tests/fate/avfilter.mak +++ b/tests/fate/avfilter.mak @@ -41,7 +41,6 @@ FATE_LAVFI = fate-lavfi-alphaextract_rgb \ FATE_LAVFI-$(CONFIG_GPL) += fate-lavfi-colormatrix1 \ fate-lavfi-colormatrix2 \ - fate-lavfi-histeq \ fate-lavfi-hue \ fate-lavfi-pixfmts_super2xsai \ fate-lavfi-tinterlace_merge \ |