Commit 9c87c037 authored by Måns Rullgård's avatar Måns Rullgård

lavfi-regression: use different temp file names for each pixfmt test

Originally committed as revision 24658 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 213a4cbb
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment