|
|
@ -187,6 +187,7 @@ pixdesc(){ |
|
|
|
pixfmts(){ |
|
|
|
pixfmts(){ |
|
|
|
filter=${test#filter-pixfmts-} |
|
|
|
filter=${test#filter-pixfmts-} |
|
|
|
filter_args=$1 |
|
|
|
filter_args=$1 |
|
|
|
|
|
|
|
prefilter_chain=$2 |
|
|
|
|
|
|
|
|
|
|
|
showfiltfmts="$target_exec $target_path/libavfilter/filtfmts-test" |
|
|
|
showfiltfmts="$target_exec $target_path/libavfilter/filtfmts-test" |
|
|
|
scale_exclude_fmts=${outfile}${1}_scale_exclude_fmts |
|
|
|
scale_exclude_fmts=${outfile}${1}_scale_exclude_fmts |
|
|
@ -204,7 +205,7 @@ pixfmts(){ |
|
|
|
|
|
|
|
|
|
|
|
for pix_fmt in $pix_fmts; do |
|
|
|
for pix_fmt in $pix_fmts; do |
|
|
|
test=$pix_fmt |
|
|
|
test=$pix_fmt |
|
|
|
video_filter "format=$pix_fmt,$filter=$filter_args" -pix_fmt $pix_fmt |
|
|
|
video_filter "${prefilter_chain}format=$pix_fmt,$filter=$filter_args" -pix_fmt $pix_fmt |
|
|
|
done |
|
|
|
done |
|
|
|
|
|
|
|
|
|
|
|
rm $in_fmts $scale_in_fmts $scale_out_fmts $scale_exclude_fmts |
|
|
|
rm $in_fmts $scale_in_fmts $scale_out_fmts $scale_exclude_fmts |
|
|
|