summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-09-27 10:06:35 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-09-27 10:06:35 +0000
commit06d7f30a9fa9571e1e39c456be715f9b02acde69 (patch)
treed7dc6a0ced695404e83d4631b5906ffc0765bff3
parenteec69b399afc58b0f3215e32e9cae63ac2f1f9c1 (diff)
Get rid of "function" "keywords" in lavfilter testing code, hopefully will
make regressions tests runnable again with all shells. Originally committed as revision 20059 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xtests/codec-regression.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index c00c97799f..a3aef1d9fb 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -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