mirror of https://github.com/mpv-player/mpv
switch_vsync patch by Aurelien Jacobs <aurel @ gnuage.org>, small fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13245 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fd8cc0fc4d
commit
25c52cd2c2
|
@ -19,7 +19,7 @@ edl_mark
|
|||
???
|
||||
|
||||
audio_delay <value>
|
||||
Adjust the audio delay of value seconds.
|
||||
Adjust the audio delay by <value> seconds.
|
||||
|
||||
quit
|
||||
Quit MPlayer.
|
||||
|
@ -106,6 +106,10 @@ vo_ontop
|
|||
vo_rootwin
|
||||
Toggle playback on the root window.
|
||||
|
||||
switch_vsync [<value>]
|
||||
Toggle vsync (1 == on, 0 == off). If no value is provided,
|
||||
vsync status is inverted.
|
||||
|
||||
panscan <value> [value2]
|
||||
???
|
||||
|
||||
|
|
Loading…
Reference in New Issue