summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2013-06-20 12:25:55 +0200
committerRudolf Polzer <divverent@xonotic.org>2013-06-20 12:25:55 +0200
commitc430d89adbda1f4be542b98a52ed4828f63750d1 (patch)
tree134f345489c9203077ec917376637b8870db7ee3 /TOOLS
parent7e88dca2db56f97bcd100c53bfd47a5d677c94cd (diff)
downloadmpv-c430d89adbda1f4be542b98a52ed4828f63750d1.tar.bz2
mpv-c430d89adbda1f4be542b98a52ed4828f63750d1.tar.xz
ildetect.sh: skip needlessly going through vo_lavc
We can now turn off encoding mode by command line and use vo_null instead.
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:"
}