]> git.sesse.net Git - ffmpeg/blobdiff - tests/lavfi-regression.sh
Remove unused seek-regression.sh script
[ffmpeg] / tests / lavfi-regression.sh
index 220d43cf0e48f9f143a637811fbca2296e602d90..6ce3b41bb43789fad2352901767971e47a287c88 100755 (executable)
@@ -86,21 +86,9 @@ if [ -n "$do_lavfi_pix_fmts" ]; then
     done
 fi
 
-if [ -n "$do_lavfi_pixdesc" ]; then
+if [ -n "$do_pixdesc_be" ] || [ -n "$do_pixdesc_le" ]; then
     pix_fmts="$($ffmpeg -pix_fmts list 2>/dev/null | sed -ne '9,$p' | grep '^IO' | cut -d' ' -f2)"
-
-    ref_file=tests/ref/lavfi/lavfi_pixdesc
-    rm -f $ref_file
-    res_file=$logfile
-
     for pix_fmt in $pix_fmts; do
-        # print to the reference logfile
-        logfile=$ref_file
-        do_video_encoding "lavfi_pixdesc-${pix_fmt}.nut" "" \
-            "-vf slicify=random,format=$pix_fmt -vcodec rawvideo -pix_fmt $pix_fmt"
-
-        # print to the result logfile
-        logfile=$res_file
         do_video_encoding "lavfi_pixdesc-${pix_fmt}.nut" "" \
             "-vf slicify=random,format=$pix_fmt,pixdesctest -vcodec rawvideo -pix_fmt $pix_fmt"
     done