diff options
author | jonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-03-22 12:02:27 +0000 |
---|---|---|
committer | jonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-03-22 12:02:27 +0000 |
commit | 169af37678fc9a229fb1a7eace20ed381fadd66c (patch) | |
tree | eda8c795685fd13e667204b9b31084506e9e4317 /DOCS/tech/swscaler_filters.txt | |
parent | bb34e79aa6e60ae8493b712d407ff979559c8643 (diff) |
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/swscaler_filters.txt')
-rw-r--r-- | DOCS/tech/swscaler_filters.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/tech/swscaler_filters.txt b/DOCS/tech/swscaler_filters.txt index 5b10f97350..6576372f0d 100644 --- a/DOCS/tech/swscaler_filters.txt +++ b/DOCS/tech/swscaler_filters.txt @@ -14,6 +14,6 @@ software scaler filter docs -ssf ls=<float> -> luminance sharpen simple sharpening filter -note: these will only work if the swscaler is used at all (use -vop scale) +note: these will only work if the swscaler is used at all (use -vf scale) -example: mplayer foobar.avi -vop scale -ssf lgb=3.0 +example: mplayer foobar.avi -vf scale -ssf lgb=3.0 |