mirror of https://github.com/mpv-player/mpv
docs: Add osc.rst to mpv.rst
Also moved OPTIONS headline into options.rst
This commit is contained in:
parent
71b0c2b88c
commit
935ca52d81
|
@ -424,9 +424,6 @@ taking screenshots is handled by the VOs, and adding the screenshot filter will
|
|||
break hardware decoding. (The filter may still be useful for taking screenshots
|
||||
at a certain point within the video chain when using multiple video filters.)
|
||||
|
||||
OPTIONS
|
||||
=======
|
||||
|
||||
.. include:: options.rst
|
||||
|
||||
.. include:: ao.rst
|
||||
|
@ -441,6 +438,8 @@ OPTIONS
|
|||
|
||||
.. include:: input.rst
|
||||
|
||||
.. include:: osc.rst
|
||||
|
||||
.. include:: lua.rst
|
||||
|
||||
.. include:: changes.rst
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
OPTIONS
|
||||
=======
|
||||
|
||||
``--ad=<[+|-]family1:(*|decoder1),[+|-]family2:(*|decoder2),...[-]>``
|
||||
Specify a priority list of audio decoders to be used, according to their
|
||||
family and decoder name. Entries like ``family:*`` prioritize all decoders
|
||||
|
|
Loading…
Reference in New Issue