[SCM] libav/experimental: Get rid of "function" "keywords" in lavfilter testing code, hopefully will make regressions tests runnable again with all shells.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:52:03 UTC 2013


The following commit has been merged in the experimental branch:
commit 06d7f30a9fa9571e1e39c456be715f9b02acde69
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sun Sep 27 10:06:35 2009 +0000

    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

diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index c00c977..a3aef1d 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list