mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 03:32:50 +00:00
Document lscale/cscale in -vo gl:help message
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18698 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
316a44ff0e
commit
2741e50f20
@ -743,6 +743,11 @@ static int preinit(const char *arg)
|
||||
" 3: use fragment program with gamma correction.\n"
|
||||
" 4: use fragment program with gamma correction via lookup.\n"
|
||||
" 5: use ATI-specific method (for older cards).\n"
|
||||
" lscale=<n>\n"
|
||||
" 0: use standard bilinear scaling for luma.\n"
|
||||
" 1: use improved bicubic scaling for luma.\n"
|
||||
" cscale=<n>\n"
|
||||
" as lscale but for chroma (2x slower with little visible effect).\n"
|
||||
" customprog=<filename>\n"
|
||||
" use a custom YUV conversion program\n"
|
||||
" customtex=<filename>\n"
|
||||
|
Loading…
Reference in New Issue
Block a user