summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-10-17 22:49:26 +0200
committerwm4 <wm4@nowhere>2019-10-17 22:49:26 +0200
commit60ab82df322bd91fd1c999dfaa3dd1784617734b (patch)
tree6d485985218e2728dc09105e2d9aef391cca5a15 /DOCS
parentc75e0320f60f93f0db40c949320fd9cee27cb52e (diff)
downloadmpv-60ab82df322bd91fd1c999dfaa3dd1784617734b.tar.bz2
mpv-60ab82df322bd91fd1c999dfaa3dd1784617734b.tar.xz
video, demux: rip out unused spherical metadata code
This was preparation into something that never happened. Spherical video is a shit idea anyway.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vf.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index ef6fbda184..ac87cb26fc 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -274,17 +274,6 @@ Available mpv-only filters are:
but values such as ``[16:9]`` can be passed too (``[...]`` for quoting
to prevent the option parser from interpreting the ``:`` character).
- ``<spherical-type>``
- Type of the spherical projection:
-
- :auto: As indicated by the file (default)
- :none: Normal video
- :equirect: Equirectangular
- :unknown: Unknown projection
-
- ``<spherical-yaw>``, ``<spherical-pitch>``, ``<spherical-roll>``
- Reference angle in degree, if spherical video is used.
-
``lavfi=graph[:sws-flags[:o=opts]]``
Filter video using FFmpeg's libavfilter.