1
mirror of https://github.com/mpv-player/mpv synced 2024-07-23 19:21:29 +02:00

idet.sh: Support larger files.

This commit is contained in:
Rudolf Polzer 2015-06-02 15:37:41 +02:00
parent ed805e16fc
commit f14a3df778

View File

@ -47,7 +47,7 @@ judge()
progressive=$((progressive + progressive1))
undetermined=$((undetermined + undetermined1))
done <<EOF
$(testfun "$@")
$(testfun "$@" | sed 's/:/: /g')
EOF
interlaced=$((bff + tff))