mirror of https://github.com/mpv-player/mpv
added missing escapes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26232 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f2631a0ad2
commit
a955cf073d
|
@ -840,7 +840,7 @@ Currently the following drivers are fixed-vo compliant: gl, gl2, mga, svga, x11,
|
|||
xmga, xv, xvidix and dfbmga.
|
||||
.
|
||||
.TP
|
||||
.B \-framedrop (also see \-hardframedrop, only works with -no-correct-pts)
|
||||
.B \-framedrop (also see \-hardframedrop, only works with \-no\-correct\-pts)
|
||||
Skip displaying some frames to maintain A/V sync on slow systems.
|
||||
Video filters are not applied to such frames.
|
||||
For B-frames even decoding is skipped completely.
|
||||
|
@ -856,7 +856,7 @@ Does not work as a config-file option.
|
|||
Show short summary of options.
|
||||
.
|
||||
.TP
|
||||
.B \-hardframedrop (only works with -no-correct-pts)
|
||||
.B \-hardframedrop (only works with \-no\-correct\-pts)
|
||||
More intense frame dropping (breaks decoding).
|
||||
Leads to image distortion!
|
||||
Note that especially the libmpeg2 decoder may crash with this,
|
||||
|
|
Loading…
Reference in New Issue