1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-01 23:00:41 +00:00

ildetect.sh: skip needlessly going through vo_lavc

We can now turn off encoding mode by command line and use vo_null
instead.
This commit is contained in:
Rudolf Polzer 2013-06-20 12:25:55 +02:00
parent 7e88dca2db
commit c430d89adb

View File

@ -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:"
}