summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/vf_dlopen/ildetect.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/vf_dlopen/ildetect.sh b/TOOLS/vf_dlopen/ildetect.sh
index 1444285300..44a9e4ef05 100755
--- a/TOOLS/vf_dlopen/ildetect.sh
+++ b/TOOLS/vf_dlopen/ildetect.sh
@@ -30,8 +30,8 @@ $MAKE -C "$MYDIR" ildetect.so || exit 15
testfun()
{
$ILDETECT_MPV "$@" \
- -vf dlopen="$MYDIR/ildetect.so" \
- -o /dev/null -of rawvideo -ofopts-clr -ovc rawvideo -ovcopts-clr -no-audio \
+ --vf=dlopen="$MYDIR/ildetect.so" \
+ --o= --vo=null --no-audio --untimed \
$ILDETECT_MPVFLAGS \
| tee /dev/stderr | grep "^ildetect:"
}