summaryrefslogtreecommitdiff
path: root/tests/lavfi-regression.sh
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-08-01 10:47:41 +0000
committerMåns Rullgård <mans@mansr.com>2010-08-01 10:47:41 +0000
commit79ec38d1546a7c4573e078c61a15e43bba19b64b (patch)
tree85324ad1262ec1f4640e435a397c3b91f23f68a9 /tests/lavfi-regression.sh
parent43d2c6a5113c0d1e76fa7439f832969cd3b4ccc5 (diff)
Remove temporary files in lavfi-pixfmts test
Originally committed as revision 24646 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/lavfi-regression.sh')
-rwxr-xr-xtests/lavfi-regression.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index 691b0f8540..6dc55b56b8 100755
--- a/tests/lavfi-regression.sh
+++ b/tests/lavfi-regression.sh
@@ -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