mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00:00
Unbreak parallel lavfi testing
Originally committed as revision 24485 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
63e1278d88
commit
8fae6e7c11
@ -78,7 +78,7 @@ lavftest(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
lavfitest(){
|
lavfitest(){
|
||||||
cleanfiles="tests/data/lavfi/*"
|
cleanfiles="tests/data/lavfi/${test#lavfi-}.nut"
|
||||||
regtest lavfi lavfi tests/vsynth1
|
regtest lavfi lavfi tests/vsynth1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -89,8 +89,10 @@ fi
|
|||||||
if [ -n "$do_pixdesc_be" ] || [ -n "$do_pixdesc_le" ]; then
|
if [ -n "$do_pixdesc_be" ] || [ -n "$do_pixdesc_le" ]; then
|
||||||
pix_fmts="$($ffmpeg -pix_fmts list 2>/dev/null | sed -ne '9,$p' | grep '^IO' | cut -d' ' -f2)"
|
pix_fmts="$($ffmpeg -pix_fmts list 2>/dev/null | sed -ne '9,$p' | grep '^IO' | cut -d' ' -f2)"
|
||||||
for pix_fmt in $pix_fmts; do
|
for pix_fmt in $pix_fmts; do
|
||||||
do_video_encoding "lavfi_pixdesc-${pix_fmt}.nut" "" \
|
output=lavfi_pixdesc-${pix_fmt}.nut
|
||||||
|
do_video_encoding $output "" \
|
||||||
"-vf slicify=random,format=$pix_fmt,pixdesctest -vcodec rawvideo -pix_fmt $pix_fmt"
|
"-vf slicify=random,format=$pix_fmt,pixdesctest -vcodec rawvideo -pix_fmt $pix_fmt"
|
||||||
|
rm ${outfile}${output}
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user