From: Oliver Schmidhauser Date: Thu, 27 Jul 2017 07:09:03 +0000 (+0200) Subject: By default, disable all Video output of mpv. Since the default video output is not... X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/e556e12828dded86c9e0abe5a265f805028f2095 By default, disable all Video output of mpv. Since the default video output is not available on Termux, it would otherwise throw an error. Even with Audio only files if they contain any album-art. --- diff --git a/packages/mpv/mpv.conf b/packages/mpv/mpv.conf index 8e4fcbd3..0d030c84 100644 --- a/packages/mpv/mpv.conf +++ b/packages/mpv/mpv.conf @@ -6,3 +6,5 @@ ao=opensles # Increase audio buffer to help with stuttering with bluetooth devices. See #1127. audio-buffer=0.5 +# Disable Video Output. Termux doesn't support video output (with the exception of "tct"). +vo=null