[SCM] libav/experimental: Remove temporary files in lavfi-pixfmts test

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:13:18 UTC 2013


The following commit has been merged in the experimental branch:
commit 79ec38d1546a7c4573e078c61a15e43bba19b64b
Author: Måns Rullgård <mans at mansr.com>
Date:   Sun Aug 1 10:47:41 2010 +0000

    Remove temporary files in lavfi-pixfmts test
    
    Originally committed as revision 24646 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index 691b0f8..6dc55b5 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list