From 2378acc3b3e9825765c549e025bc1ca83064cced Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 21 Jul 2017 20:19:39 +0200 Subject: options: drop --video-aspect-method=hybrid Remove this code because it could be argued that it contains GPL-only code (see commit 642e963c860 for details). The remaining aspect methods appear to work just as well, are potentially more compatible to other players, and the code becomes much simpler. --- DOCS/man/options.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index bb5ba6636a..df640c8af5 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -835,13 +835,10 @@ Video - ``--video-aspect=16:9`` or ``--video-aspect=1.7777`` - ``--no-video-aspect`` or ``--video-aspect=no`` -``--video-aspect-method=`` +``--video-aspect-method=`` This sets the default video aspect determination method (if the aspect is _not_ overridden by the user with ``--video-aspect`` or others). - :hybrid: Prefer the container aspect ratio. If the bitstream aspect - switches mid-stream, switch to preferring the bitstream aspect. - This was the default in older mpv and mplayer2. Deprecated. :container: Strictly prefer the container aspect ratio. This is apparently the default behavior with VLC, at least with Matroska. Note that if the container has no aspect ratio set, the behavior is the -- cgit v1.2.3