diff options
author | Måns Rullgård <mans@mansr.com> | 2010-08-01 10:47:41 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-08-01 10:47:41 +0000 |
commit | 79ec38d1546a7c4573e078c61a15e43bba19b64b (patch) | |
tree | 85324ad1262ec1f4640e435a397c3b91f23f68a9 | |
parent | 43d2c6a5113c0d1e76fa7439f832969cd3b4ccc5 (diff) | |
download | ffmpeg-79ec38d1546a7c4573e078c61a15e43bba19b64b.tar.gz |
Remove temporary files in lavfi-pixfmts test
Originally committed as revision 24646 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | tests/lavfi-regression.sh | 1 |
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 |