diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-07-29 02:41:28 -0700 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-08-01 01:18:30 -0700 |
commit | 706208ef47bffd525c982975d2756f7b2b220b8d (patch) | |
tree | 1857faef038f92b0929bb9cf725a5ede4913dcea /tests/fate-run.sh | |
parent | d98e6c5d5d80c1dfe0c30f2e73d41a3aea0b920d (diff) | |
download | ffmpeg-706208ef47bffd525c982975d2756f7b2b220b8d.tar.gz |
fate: Split fate-pixdesc tests and dispatch them through Make
This allows running all the tests individually and/or in parallel.
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-x | tests/fate-run.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh index a10a52307b..91de177a2a 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -162,14 +162,6 @@ video_filter(){ $FLAGS $ENC_OPTS -vf "$filters" -vcodec rawvideo $* -f nut md5: } -pixdesc(){ - pix_fmts="$(avconv -pix_fmts list 2>/dev/null | awk 'NR > 8 && /^IO/ { print $2 }' | sort)" - for pix_fmt in $pix_fmts; do - test=$pix_fmt - video_filter "format=$pix_fmt,pixdesctest" -pix_fmt $pix_fmt - done -} - pixfmts(){ filter=${test#filter-pixfmts-} filter_args=$1 |