summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-19 01:42:22 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-19 01:42:22 +0000
commit144e16a56f2af8934ed024771e87e3af95aa081a (patch)
treee7bed66b24c5fe9e64696fc1cff8ca402d6cf636 /DOCS
parent15703cfc2e1c5ee7e81d555a7aff8b0a1fe621eb (diff)
downloadmpv-144e16a56f2af8934ed024771e87e3af95aa081a.tar.bz2
mpv-144e16a56f2af8934ed024771e87e3af95aa081a.tar.xz
typo fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5696 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/vop.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/DOCS/tech/vop.txt b/DOCS/tech/vop.txt
index 8489e2d463..e3a9b97257 100644
--- a/DOCS/tech/vop.txt
+++ b/DOCS/tech/vop.txt
@@ -6,7 +6,7 @@ defined in vf.h
basically it means video output manipulation, ie. these plugins can
modify the image and the image properties (size, colorspace etc) between
-the video decoders (vd.h) and output plugins (libvo or video encoders)
+the video decoders (vd.h) and output layer (libvo or video encoders)
the actual API is a mixture of the video decoder (vd.h) and libvo
(video_out.h) APIs.
@@ -15,7 +15,7 @@ the main differences:
- vf plugins may be "loaded" multiple times, with different parameters
and context - it's new in mplayer, old APIs weren't reentrant
- vf plugins don't have to implement all functions - all funcs has
- 'fallback' version, so teh plugins only override these if want
+ 'fallback' version, so the plugins only override these if want
- each vf plugin has its own get_image context, and they can interchange
images/buffers using these get_image/put_image calls.
@@ -30,6 +30,7 @@ Current plugins:
w,h (cropped width,height) defaults to original width,height
x,y (position of cropped subimage on the original image) defaults to center
MPI: EXPORT only, using stride manipulation
+
-vop expand[=w:h:x:y:o]
Expanding _and_ (optional) OSD rendering plugin.
w,h (expanded width,height) defaults to original width,height
@@ -38,6 +39,7 @@ Current plugins:
MPI: DR (if possible) or copy
Special: mpcodecs core uses it to solve stride restrictions between filters
mencoder uses (autoload) it to render SUB/OSD
+
-vop flip
Flips image upside-down.
No parameters.