]> git.sesse.net Git - ffmpeg/blobdiff - tests/fate-run.sh
fate: Add tests for mov display matrix
[ffmpeg] / tests / fate-run.sh
index 9edfa9aeb68147b882ecb3670436a0424262f270..b1b299a055526215b68ff74c9828528bdb07cc3f 100755 (executable)
@@ -76,6 +76,10 @@ probefmt(){
     run avprobe -show_format_entry format_name -v 0 "$@"
 }
 
+probestream(){
+    run avprobe -show_stream_entry "$1" -v 0 "$2"
+}
+
 avconv(){
     dec_opts="-hwaccel $hwaccel -threads $threads -thread_type $thread_type"
     avconv_args="-nostats -cpuflags $cpuflags"
@@ -167,7 +171,7 @@ pixfmts(){
     filter=${test#filter-pixfmts-}
     filter_args=$1
 
-    showfiltfmts="$target_exec $target_path/libavfilter/filtfmts-test"
+    showfiltfmts="$target_exec $target_path/libavfilter/tests/filtfmts"
     exclude_fmts=${outfile}${filter}_exclude_fmts
     out_fmts=${outfile}${filter}_out_fmts