diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-09-27 14:06:54 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-09-29 18:52:35 +0200 |
commit | ed18c49f5ff8a124a805142fb9a1803890563822 (patch) | |
tree | 49bc3047e0aec1e0b95ec8c806493d3d0aa633bd /tests/fate-run.sh | |
parent | fc97b1f091ff38210699b2e5819c94e4f4ebd1fa (diff) | |
download | ffmpeg-ed18c49f5ff8a124a805142fb9a1803890563822.tar.gz |
fate: Add basic license header check
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-x | tests/fate-run.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh index 4aeb2e61df..76f66d3206 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -87,6 +87,11 @@ probefmt(){ run ffprobe -show_entries format=format_name -print_format default=nw=1:nk=1 -v 0 "$@" } +runlocal(){ + test "${V:-0}" -gt 0 && echo ${base}/"$@" ${base} >&3 + ${base}/"$@" ${base} +} + probeframes(){ run ffprobe -show_frames -v 0 "$@" } |