Skip to content

Commit

Permalink
Document nearest-neighbor scaling for vo_gl.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@37194 b3059339-0415-0410-9bf9-f77b7e298cf2
  • Loading branch information
reimar committed May 10, 2014
1 parent 9bc909f commit a199fe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DOCS/man/en/mplayer.1
Original file line number Diff line number Diff line change
Expand Up @@ -4358,6 +4358,8 @@ Might be faster on some cards.
Use experimental unsharp masking with 3x3 support and a default strength of 0.5 (see filter-strength).
.IPs 5
Use experimental unsharp masking with 5x5 support and a default strength of 0.5 (see filter-strength).
.IPs 64
Use nearest-neighbor scaling.
.RE
.IPs cscale=<n>
Select the scaling function to use for chrominance scaling.
Expand Down
1 change: 1 addition & 0 deletions libvo/vo_gl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1314,6 +1314,7 @@ static int preinit_internal(const char *arg, int allow_sw)
" 3: as 1 but without using a lookup texture.\n"
" 4: experimental unsharp masking (sharpening).\n"
" 5: experimental unsharp masking (sharpening) with larger radius.\n"
" 64: nearest neighbor scaling.\n"
" cscale=<n>\n"
" as lscale but for chroma (2x slower with little visible effect).\n"
" filter-strength=<value>\n"
Expand Down

0 comments on commit a199fe1

Please sign in to comment.