]> git.sesse.net Git - ffmpeg/blobdiff - tests/fate-run.sh
Merge commit 'accde1bd8756936e1757b42fc9bad2eb5d192f8a'
[ffmpeg] / tests / fate-run.sh
index 4d5d214776f7f963d0a8ddf24a3cd94142d11e08..ab1b8bb26e0b984ff2f87762625f6bf281521064 100755 (executable)
@@ -185,10 +185,10 @@ pixfmts(){
     prefilter_chain=$2
 
     showfiltfmts="$target_exec $target_path/libavfilter/filtfmts-test"
-    scale_exclude_fmts=${outfile}${1}_scale_exclude_fmts
-    scale_in_fmts=${outfile}${1}_scale_in_fmts
-    scale_out_fmts=${outfile}${1}_scale_out_fmts
-    in_fmts=${outfile}${1}_in_fmts
+    scale_exclude_fmts=${outfile}_scale_exclude_fmts
+    scale_in_fmts=${outfile}_scale_in_fmts
+    scale_out_fmts=${outfile}_scale_out_fmts
+    in_fmts=${outfile}_in_fmts
 
     # exclude pixel formats which are not supported as input
     $showfiltfmts scale | awk -F '[ \r]' '/^INPUT/{ fmt=substr($3, 5); print fmt }' | sort >$scale_in_fmts