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-run.sh | |
parent | 2ac6d6b7cdd48b21f021221fec186d1ab424994a (diff) | |
parent | 03b052c023e1f58d879cb7eeb6421ed39262d39d (diff) | |
download | ffmpeg-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-run.sh')
-rwxr-xr-x | tests/fate-run.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh index ed99387b15..a69d2945a2 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -165,6 +165,16 @@ lavfitest(){ regtest lavfi lavfi tests/vsynth1 } +video_filter(){ + filters=$1 + shift + label=${test#filter-} + raw_src="${target_path}/tests/vsynth1/%02d.pgm" + printf '%-20s' $label + ffmpeg $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src \ + $FLAGS $ENC_OPTS -vf "$filters" -vcodec rawvideo $* -f nut md5: +} + mkdir -p "$outdir" # Disable globbing: command arguments may contain globbing characters and |