OSDN Git Service

Get rid of "function" "keywords" in lavfilter testing code, hopefully will
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 27 Sep 2009 10:06:35 +0000 (10:06 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 27 Sep 2009 10:06:35 +0000 (10:06 +0000)
make regressions tests runnable again with all shells.

Originally committed as revision 20059 to svn://svn.ffmpeg.org/ffmpeg/trunk

tests/codec-regression.sh

index c00c977..a3aef1d 100755 (executable)
@@ -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