summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-03-16 10:46:45 +0100
committerwm4 <wm4@nowhere>2014-03-16 13:19:29 +0100
commit8e6bd496ca68c8a672ffd7d9827bfde12ca83b6b (patch)
tree6d7c602ab9126601fbe287185524037deaf8c044 /DOCS
parent48e32e13fe28530baa89e5bc627148c17693e698 (diff)
downloadmpv-8e6bd496ca68c8a672ffd7d9827bfde12ca83b6b.tar.bz2
mpv-8e6bd496ca68c8a672ffd7d9827bfde12ca83b6b.tar.xz
vf_delogo: remove internal implementation
See previous commit.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/vf.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst
index e500085868..d602472db2 100644
--- a/DOCS/man/en/vf.rst
+++ b/DOCS/man/en/vf.rst
@@ -712,11 +712,6 @@ Available filters are:
Thickness of the fuzzy edge of the rectangle (added to ``w`` and
``h``). When set to -1, a green rectangle is drawn on the screen to
simplify finding the right ``x``,``y``,``w``,``h`` parameters.
- ``file=<file>``
- You can specify a text file to load the coordinates from. Each line
- must have a timestamp (in seconds, and in ascending order) and the
- ``x:y:w:h:t`` coordinates (``t`` can be omitted).
- (Not supported when using libavfilter.)
``show``
Draw a rectangle showing the area defined by x/y/w/h.