From c430d89adbda1f4be542b98a52ed4828f63750d1 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 20 Jun 2013 12:25:55 +0200 Subject: ildetect.sh: skip needlessly going through vo_lavc We can now turn off encoding mode by command line and use vo_null instead. --- TOOLS/vf_dlopen/ildetect.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TOOLS') 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:" } -- cgit v1.2.3