Commit 0a87d541 authored by Stefano Sabatini's avatar Stefano Sabatini

Put the filter name before the pixel format name in the lavfi pixfmts

test output files, and add a prefix with the name of the test.
Make per-filter grouping of the generated output files easier, which
is more useful than per-pixel-format grouping.

Originally committed as revision 24643 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 65e17eae
...@@ -78,7 +78,7 @@ if [ -n "$do_pixfmts_be" ] || [ -n "$do_pixfmts_le" ]; then ...@@ -78,7 +78,7 @@ if [ -n "$do_pixfmts_be" ] || [ -n "$do_pixfmts_le" ]; then
pix_fmts=$(get_common_elements "$in_pix_fmts" "$scale_out_pix_fmts") pix_fmts=$(get_common_elements "$in_pix_fmts" "$scale_out_pix_fmts")
for pix_fmt in $pix_fmts; do for pix_fmt in $pix_fmts; do
output=${pix_fmt}-${filter}.nut output=pixfmts-${filter}-${pix_fmt}.nut
do_video_encoding $output "" \ do_video_encoding $output "" \
"-vf slicify=random,format=$pix_fmt,$filter_args -vcodec rawvideo -pix_fmt $pix_fmt" "-vf slicify=random,format=$pix_fmt,$filter_args -vcodec rawvideo -pix_fmt $pix_fmt"
done done
......
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