[SCM] libav/experimental: Reindent.

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


The following commit has been merged in the experimental branch:
commit 043076975fbf9b7ae5601fa889be1276dc0d8ba9
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sun Aug 1 23:04:16 2010 +0000

    Reindent.
    
    Originally committed as revision 24655 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index 5933efe..8ce5fb1 100755
--- a/tests/lavfi-regression.sh
+++ b/tests/lavfi-regression.sh
@@ -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
 }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list