summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2013-06-20 10:13:12 +0200
committerRudolf Polzer <divverent@xonotic.org>2013-06-20 10:13:12 +0200
commit9137d86eda325538bc7cc46fb275e8b823fbcb0f (patch)
treecfc3563d6512032f624806ab4f93a6750b2a764a /TOOLS
parent6b808ef8da4299e6d744a3774b1f424b4e5de88f (diff)
downloadmpv-9137d86eda325538bc7cc46fb275e8b823fbcb0f.tar.bz2
mpv-9137d86eda325538bc7cc46fb275e8b823fbcb0f.tar.xz
ildetect.sh: better interlace detection range
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/vf_dlopen/ildetect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/vf_dlopen/ildetect.sh b/TOOLS/vf_dlopen/ildetect.sh
index 042756e644..1444285300 100755
--- a/TOOLS/vf_dlopen/ildetect.sh
+++ b/TOOLS/vf_dlopen/ildetect.sh
@@ -12,7 +12,7 @@ esac
: ${MPV:=mpv}
: ${ILDETECT_MPV:=$MPV}
: ${ILDETECT_MPV:=$MPV}
-: ${ILDETECT_MPVFLAGS:=-start 40 -end 60}
+: ${ILDETECT_MPVFLAGS:=--start=35% --length=35}
: ${ILDETECT_DRY_RUN:=}
: ${MAKE:=make}