[FFmpeg-cvslog] tests: Fix test name for pixfmts tests

Timothy Gu git at videolan.org
Mon Nov 10 11:35:54 CET 2014


ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Sun Nov  9 21:37:18 2014 -0800| [e1ee0521a698809ed216e9e5c11bd2bbb466ed04] | committer: Timothy Gu

tests: Fix test name for pixfmts tests

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e1ee0521a698809ed216e9e5c11bd2bbb466ed04
---

 tests/fate-run.sh |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index f00a0be..f78e4fc 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -203,12 +203,14 @@ pixfmts(){
     $showfiltfmts $filter | awk -F '[ \r]' '/^INPUT/{ fmt=substr($3, 5); print fmt }' | sort >$in_fmts
     pix_fmts=$(comm -12 $scale_exclude_fmts $in_fmts)
 
+    outertest=$test
     for pix_fmt in $pix_fmts; do
         test=$pix_fmt
         video_filter "${prefilter_chain}format=$pix_fmt,$filter=$filter_args" -pix_fmt $pix_fmt
     done
 
     rm $in_fmts $scale_in_fmts $scale_out_fmts $scale_exclude_fmts
+    test=$outertest
 }
 
 mkdir -p "$outdir"



More information about the ffmpeg-cvslog mailing list