1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02:00

Leave out (no) prefix from option names for consistency.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23748 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-07-09 14:58:50 +00:00
parent 63865de207
commit d2ab698181

View File

@ -1966,9 +1966,9 @@ Adds a black band at the top of the frame.
The SSA/ASS renderer can place toptitles there (with \-ass-use-margins).
.
.TP
.B \-(no)ass-use-margins
Enables/disables placing toptitles and subtitles in black borders when they
are available (default: no).
.B \-ass-use-margins
Enables placing toptitles and subtitles in black borders when they
are available.
.
.TP
.B \-dumpjacosub (MPlayer only)
@ -2013,7 +2013,7 @@ Dumps the subtitle substream from VOB streams.
Also see the \-dump*sub and \-vobsubout* options.
.
.TP
.B \-(no)embeddedfonts (FreeType only)
.B \-embeddedfonts (FreeType only)
Enables extraction of Matroska embedded fonts (default: disabled).
These fonts can be used for SSA/ASS subtitle
rendering (\-ass option).