mirror of https://github.com/mpv-player/mpv
docs: fix some typos
This commit is contained in:
parent
75f373cc46
commit
afcef4c25b
|
@ -22,7 +22,7 @@ Interface changes
|
|||
--- mpv 0.17.1 ---
|
||||
- now ab-loops are active even if one of the "ab-loop-a"/"-b" properties is
|
||||
unset ("no"), in which case the start of the file is used if the A loop
|
||||
point is unsert, and the end of the file for an unset B loop point
|
||||
point is unset, and the end of the file for an unset B loop point
|
||||
- deprecate --sub-ass=no option by --ass-style-override=strip
|
||||
(also needs --embeddedfonts=no)
|
||||
- add "hwdec-interop" and "hwdec-current" properties
|
||||
|
|
|
@ -332,7 +332,7 @@ console controls. (Which makes it suitable for playing data piped to stdin.)
|
|||
The special argument ``--`` can be used to stop mpv from interpreting the
|
||||
following arguments as options.
|
||||
|
||||
when using the client API, you should strictly avoid using ``mpv_command_string``
|
||||
When using the client API, you should strictly avoid using ``mpv_command_string``
|
||||
for invoking the ``loadfile`` command, and instead prefer e.g. ``mpv_command``
|
||||
to avoid the need for filename escaping.
|
||||
|
||||
|
|
Loading…
Reference in New Issue