mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-10 22:33:14 +00:00
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
This commit is contained in:
parent
eec69b399a
commit
06d7f30a9f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user