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

mru subversion
Mon Aug 2 01:34:48 CEST 2010


Author: mru
Date: Mon Aug  2 01:34:48 2010
New Revision: 24658

Log:
lavfi-regression: use different temp file names for each pixfmt test

Modified:
   trunk/tests/lavfi-regression.sh

Modified: trunk/tests/lavfi-regression.sh
==============================================================================
--- trunk/tests/lavfi-regression.sh	Mon Aug  2 01:20:46 2010	(r24657)
+++ trunk/tests/lavfi-regression.sh	Mon Aug  2 01:34:48 2010	(r24658)
@@ -39,8 +39,8 @@ do_lavfi_pixfmts(){
     filter_args=$2
 
     showfiltfmts="$target_exec $target_path/tools/lavfi-showfiltfmts"
-    exclude_fmts=${outfile}exclude_fmts
-    out_fmts=${outfile}out_fmts
+    exclude_fmts=${outfile}${1}_exclude_fmts
+    out_fmts=${outfile}${1}_out_fmts
 
     # exclude pixel formats which are not supported as input
     $ffmpeg -pix_fmts list 2>/dev/null | sed -ne '9,$p' | grep '^\..\.' | cut -d' ' -f2 | sort >$exclude_fmts



More information about the ffmpeg-cvslog mailing list