mirror of https://github.com/mpv-player/mpv
idet.sh: Support larger files.
This commit is contained in:
parent
ed805e16fc
commit
f14a3df778
|
@ -47,7 +47,7 @@ judge()
|
|||
progressive=$((progressive + progressive1))
|
||||
undetermined=$((undetermined + undetermined1))
|
||||
done <<EOF
|
||||
$(testfun "$@")
|
||||
$(testfun "$@" | sed 's/:/: /g')
|
||||
EOF
|
||||
|
||||
interlaced=$((bff + tff))
|
||||
|
|
Loading…
Reference in New Issue