[FFmpeg-cvslog] r24646 - trunk/tests/lavfi-regression.sh

mru subversion
Sun Aug 1 12:47:41 CEST 2010


Author: mru
Date: Sun Aug  1 12:47:41 2010
New Revision: 24646

Log:
Remove temporary files in lavfi-pixfmts test

Modified:
   trunk/tests/lavfi-regression.sh

Modified: trunk/tests/lavfi-regression.sh
==============================================================================
--- trunk/tests/lavfi-regression.sh	Sun Aug  1 12:27:04 2010	(r24645)
+++ trunk/tests/lavfi-regression.sh	Sun Aug  1 12:47:41 2010	(r24646)
@@ -82,6 +82,7 @@ if [ -n "$do_pixfmts_be" ] || [ -n "$do_
             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



More information about the ffmpeg-cvslog mailing list