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

stefano subversion
Mon Aug 2 01:04:16 CEST 2010


Author: stefano
Date: Mon Aug  2 01:04:16 2010
New Revision: 24655

Log:
Reindent.

Modified:
   trunk/tests/lavfi-regression.sh

Modified: trunk/tests/lavfi-regression.sh
==============================================================================
--- trunk/tests/lavfi-regression.sh	Mon Aug  2 01:04:13 2010	(r24654)
+++ trunk/tests/lavfi-regression.sh	Mon Aug  2 01:04:16 2010	(r24655)
@@ -46,13 +46,13 @@ do_lavfi_pixfmts(){
     $ffmpeg -pix_fmts list 2>/dev/null | sed -ne '9,$p' | grep '^\..\.' | cut -d' ' -f2 | sort >$exclude_fmts
     $showfiltfmts scale | awk '/^OUTPUT/{ print $3 }' | sort | comm -23 - $exclude_fmts >$out_fmts
 
-        pix_fmts=$($showfiltfmts $filter | awk '/^INPUT/{ print $3 }' | sort | comm -12 - $out_fmts)
-        for pix_fmt in $pix_fmts; do
-            output=${test}-${pix_fmt}.nut
-            do_video_encoding $output "" \
-                "-vf slicify=random,format=$pix_fmt,$filter=$filter_args -vcodec rawvideo -pix_fmt $pix_fmt"
-            rm ${outfile}${output}
-        done
+    pix_fmts=$($showfiltfmts $filter | awk '/^INPUT/{ print $3 }' | sort | comm -12 - $out_fmts)
+    for pix_fmt in $pix_fmts; do
+        output=${test}-${pix_fmt}.nut
+        do_video_encoding $output "" \
+            "-vf slicify=random,format=$pix_fmt,$filter=$filter_args -vcodec rawvideo -pix_fmt $pix_fmt"
+        rm ${outfile}${output}
+    done
 
     rm $exclude_fmts $out_fmts
 }



More information about the ffmpeg-cvslog mailing list