mirror of https://github.com/mpv-player/mpv
Document ao_jack suboption, ChangeLog update for ao_jack and vo_gl*
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15638 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6f76d5d5bd
commit
3815bd0be4
|
@ -7,6 +7,10 @@ MPlayer (1.0)
|
|||
* encoding tips for x264
|
||||
* how to set up MEncoder for x264 support
|
||||
|
||||
Driver:
|
||||
* JACK audio output rewritten without bio2jack
|
||||
* OpenGL video output modules support -geometry option
|
||||
|
||||
Decoders:
|
||||
* Indeo2 (RT21) support via lavc
|
||||
* Fraps video decoder via binary DLL
|
||||
|
|
|
@ -1870,6 +1870,12 @@ Explicitly choose the ESD server to use (default: localhost).
|
|||
.TP
|
||||
.B jack\ \ \ \
|
||||
audio output through JACK (Jack Audio Connection Kit)
|
||||
.PD 0
|
||||
.RSs
|
||||
.IPs port=<name>
|
||||
Connects to the ports with the given name (default: physical ports)
|
||||
.RE
|
||||
.PD 1
|
||||
.
|
||||
.TP
|
||||
.B nas\ \ \ \
|
||||
|
|
Loading…
Reference in New Issue