summaryrefslogtreecommitdiff
path: root/tests/lavfi-regression.sh
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-08-01 23:34:48 +0000
committerMåns Rullgård <mans@mansr.com>2010-08-01 23:34:48 +0000
commit9c87c037793c79bf52352516c211ab556c4bc93e (patch)
tree7d99ca63e3ca38d8b928d098084019be5eb5d124 /tests/lavfi-regression.sh
parent213a4cbb396ff610001a26052a652e3f68aa632a (diff)
lavfi-regression: use different temp file names for each pixfmt test
Originally committed as revision 24658 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/lavfi-regression.sh')
-rwxr-xr-xtests/lavfi-regression.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index 8ce5fb1a6c..2ef52d4567 100755
--- a/tests/lavfi-regression.sh
+++ b/tests/lavfi-regression.sh
@@ -39,8 +39,8 @@ do_lavfi_pixfmts(){
filter_args=$2
showfiltfmts="$target_exec $target_path/tools/lavfi-showfiltfmts"
- exclude_fmts=${outfile}exclude_fmts
- out_fmts=${outfile}out_fmts
+ exclude_fmts=${outfile}${1}_exclude_fmts
+ out_fmts=${outfile}${1}_out_fmts
# exclude pixel formats which are not supported as input
$ffmpeg -pix_fmts list 2>/dev/null | sed -ne '9,$p' | grep '^\..\.' | cut -d' ' -f2 | sort >$exclude_fmts