Commit f1ffc4c9 authored by reimar's avatar reimar

Get rid of "function" "keywords" in lavfilter testing code, hopefully will

make regressions tests runnable again with all shells.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20059 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d594f300
......@@ -662,7 +662,7 @@ fi
# libavfilter testing
function do_lavfi() {
do_lavfi() {
test_name=$1
eval test=\$do_$test_name
vfilters=$2
......@@ -678,7 +678,7 @@ function do_lavfi() {
# libavfilter testing
function do_lavfi() {
do_lavfi() {
test_name=$1
eval test=\$do_$test_name
vfilters=$2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment