summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/libmpcodecs.txt
diff options
context:
space:
mode:
authorjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-22 12:02:27 +0000
committerjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-22 12:02:27 +0000
commit169af37678fc9a229fb1a7eace20ed381fadd66c (patch)
treeeda8c795685fd13e667204b9b31084506e9e4317 /DOCS/tech/libmpcodecs.txt
parentbb34e79aa6e60ae8493b712d407ff979559c8643 (diff)
downloadmpv-169af37678fc9a229fb1a7eace20ed381fadd66c.tar.bz2
mpv-169af37678fc9a229fb1a7eace20ed381fadd66c.tar.xz
vop -> vf change, small fixes. The Polish documentation should be checked for correctness.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9645 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/libmpcodecs.txt')
-rw-r--r--DOCS/tech/libmpcodecs.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech/libmpcodecs.txt b/DOCS/tech/libmpcodecs.txt
index 7eee092c93..c25ed5439c 100644
--- a/DOCS/tech/libmpcodecs.txt
+++ b/DOCS/tech/libmpcodecs.txt
@@ -214,7 +214,7 @@ Its parameters are already well-known from libvo:
d_width/d_height (display size) to preserve the correct aspect ratio!
Filters should not rely on d_width, d_height as input parameters,
the only exception is when a filter replaces some libvo functionality
- (like -vop scale with -zoom, or OSD rendering wiht -vop expand).
+ (like -vf scale with -zoom, or OSD rendering wiht -vf expand).
flags: the "good" old flags set of libvo:
0x01 - force fullscreen (-fs)
0x02 - allow mode switching (-vm)