Browse Source

Remove temporary files in lavfi-pixfmts test

Originally committed as revision 24646 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Måns Rullgård 15 years ago
parent
commit
79ec38d154
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tests/lavfi-regression.sh

+ 1
- 0
tests/lavfi-regression.sh View File

@@ -82,6 +82,7 @@ if [ -n "$do_pixfmts_be" ] || [ -n "$do_pixfmts_le" ]; then
output=pixfmts-${filter}-${pix_fmt}.nut
do_video_encoding $output "" \
"-vf slicify=random,format=$pix_fmt,$filter_args -vcodec rawvideo -pix_fmt $pix_fmt"
rm ${outfile}${output}
done
done
fi


Loading…
Cancel
Save