mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
tests: Fix test name for pixfmts tests
This commit is contained in:
parent
064a237669
commit
e1ee0521a6
@ -203,12 +203,14 @@ pixfmts(){
|
|||||||
$showfiltfmts $filter | awk -F '[ \r]' '/^INPUT/{ fmt=substr($3, 5); print fmt }' | sort >$in_fmts
|
$showfiltfmts $filter | awk -F '[ \r]' '/^INPUT/{ fmt=substr($3, 5); print fmt }' | sort >$in_fmts
|
||||||
pix_fmts=$(comm -12 $scale_exclude_fmts $in_fmts)
|
pix_fmts=$(comm -12 $scale_exclude_fmts $in_fmts)
|
||||||
|
|
||||||
|
outertest=$test
|
||||||
for pix_fmt in $pix_fmts; do
|
for pix_fmt in $pix_fmts; do
|
||||||
test=$pix_fmt
|
test=$pix_fmt
|
||||||
video_filter "${prefilter_chain}format=$pix_fmt,$filter=$filter_args" -pix_fmt $pix_fmt
|
video_filter "${prefilter_chain}format=$pix_fmt,$filter=$filter_args" -pix_fmt $pix_fmt
|
||||||
done
|
done
|
||||||
|
|
||||||
rm $in_fmts $scale_in_fmts $scale_out_fmts $scale_exclude_fmts
|
rm $in_fmts $scale_in_fmts $scale_out_fmts $scale_exclude_fmts
|
||||||
|
test=$outertest
|
||||||
}
|
}
|
||||||
|
|
||||||
mkdir -p "$outdir"
|
mkdir -p "$outdir"
|
||||||
|
Loading…
Reference in New Issue
Block a user