mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 04:51:52 +00:00
Fix codec-specific options syntax declaration to be less confusing and wrong.
The option separator is a colon, all options can receive parameters, not just the first one. Closes Bugzilla #1100. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26997 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d45a78e6d7
commit
c2288ba9d2
@ -7376,7 +7376,7 @@ You can specify codec specific encoding parameters using the following
|
||||
syntax:
|
||||
.
|
||||
.TP
|
||||
.B \-<codec>opts <option1[=value],option2,...>
|
||||
.B \-<codec>opts <option1[=value1]:option2[=value2]:...>
|
||||
.
|
||||
.PP
|
||||
Where <codec> may be: lavc, xvidenc, lame, toolame, twolame,
|
||||
|
Loading…
Reference in New Issue
Block a user