]> git.sesse.net Git - ffmpeg/blobdiff - tests/lavfi-regression.sh
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / tests / lavfi-regression.sh
index e63507990b1b1a9ebeffdebe926f4c37c54084d3..dd5e2dac62a1e396c47600cfd726586b3ff784bb 100755 (executable)
@@ -67,7 +67,7 @@ do_lavfi_pixfmts(){
     filter=$1
     filter_args=$2
 
-    showfiltfmts="$target_exec $target_path/tools/lavfi-showfiltfmts"
+    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
@@ -96,6 +96,7 @@ do_lavfi_pixfmts "null"    ""
 do_lavfi_pixfmts "pad"     "500:400:20:20"
 do_lavfi_pixfmts "pixdesctest" ""
 do_lavfi_pixfmts "scale"   "200:100"
+do_lavfi_pixfmts "super2xsai" ""
 do_lavfi_pixfmts "vflip"   ""
 
 do_lavfi_lavd() {