diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-28 12:29:06 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-28 12:34:55 +0200 |
commit | 506ebdac2a32e3fe27afd2ff40268c851fc1a817 (patch) | |
tree | 5ca9861a5459a5f158ce104def62d1f9d2648752 /tests/fate/avfilter.mak | |
parent | 2ac6d6b7cdd48b21f021221fec186d1ab424994a (diff) | |
parent | 03b052c023e1f58d879cb7eeb6421ed39262d39d (diff) | |
download | ffmpeg-streaming-506ebdac2a32e3fe27afd2ff40268c851fc1a817.zip ffmpeg-streaming-506ebdac2a32e3fe27afd2ff40268c851fc1a817.tar.gz |
Merge commit '03b052c023e1f58d879cb7eeb6421ed39262d39d'
* commit '03b052c023e1f58d879cb7eeb6421ed39262d39d':
fate: Invoke standard lavfi tests through fate-run.sh
Conflicts:
tests/fate/avfilter.mak
tests/lavfi-regression.sh
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate/avfilter.mak')
-rw-r--r-- | tests/fate/avfilter.mak | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/fate/avfilter.mak b/tests/fate/avfilter.mak index d68757d..a0565b6 100644 --- a/tests/fate/avfilter.mak +++ b/tests/fate/avfilter.mak @@ -2,17 +2,12 @@ FATE_LAVFI = fate-lavfi-alphaextract_rgb \ fate-lavfi-alphaextract_yuv \ fate-lavfi-alphamerge_rgb \ fate-lavfi-alphamerge_yuv \ - fate-lavfi-crop \ - fate-lavfi-crop_scale \ - fate-lavfi-crop_scale_vflip \ - fate-lavfi-crop_vflip \ fate-lavfi-drawbox \ fate-lavfi-edgedetect \ fate-lavfi-fade \ fate-lavfi-field \ fate-lavfi-idet \ fate-lavfi-il \ - fate-lavfi-null \ fate-lavfi-overlay_rgb \ fate-lavfi-overlay_yuv420 \ fate-lavfi-overlay_yuv444 \ @@ -25,8 +20,6 @@ FATE_LAVFI = fate-lavfi-alphaextract_rgb \ fate-lavfi-pixfmts_pixdesctest \ fate-lavfi-pixfmts_scale \ fate-lavfi-pixfmts_vflip \ - fate-lavfi-scale200 \ - fate-lavfi-scale500 \ fate-lavfi-select \ fate-lavfi-setdar \ fate-lavfi-setsar \ @@ -34,9 +27,6 @@ FATE_LAVFI = fate-lavfi-alphaextract_rgb \ fate-lavfi-tile \ fate-lavfi-transpose \ fate-lavfi-unsharp \ - fate-lavfi-vflip \ - fate-lavfi-vflip_crop \ - fate-lavfi-vflip_vflip \ FATE_LAVFI-$(CONFIG_AVDEVICE) += fate-lavfi-life \ fate-lavfi-scalenorm \ |