mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 18:09:36 +00:00
lavfi-regression: use different temp file names for each pixfmt test
Originally committed as revision 24658 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
213a4cbb39
commit
9c87c03779
@ -39,8 +39,8 @@ do_lavfi_pixfmts(){
|
|||||||
filter_args=$2
|
filter_args=$2
|
||||||
|
|
||||||
showfiltfmts="$target_exec $target_path/tools/lavfi-showfiltfmts"
|
showfiltfmts="$target_exec $target_path/tools/lavfi-showfiltfmts"
|
||||||
exclude_fmts=${outfile}exclude_fmts
|
exclude_fmts=${outfile}${1}_exclude_fmts
|
||||||
out_fmts=${outfile}out_fmts
|
out_fmts=${outfile}${1}_out_fmts
|
||||||
|
|
||||||
# exclude pixel formats which are not supported as input
|
# 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
|
$ffmpeg -pix_fmts list 2>/dev/null | sed -ne '9,$p' | grep '^\..\.' | cut -d' ' -f2 | sort >$exclude_fmts
|
||||||
|
Loading…
Reference in New Issue
Block a user