summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-17 20:21:16 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-17 20:21:16 +0000
commit7d42c237535f4b5e2d7058e4ed4e55b721bfd517 (patch)
tree46095e36df26cc02f6199bc006f30f300abf28c4 /DOCS/man/en
parent903ef1006211edcdf052ac240919ab4d60021006 (diff)
downloadmpv-7d42c237535f4b5e2d7058e4ed4e55b721bfd517.tar.bz2
mpv-7d42c237535f4b5e2d7058e4ed4e55b721bfd517.tar.xz
Experimental support for -framedrop with -correct-pts.
The code is not really correct, but it is very little and works "well enough" to be useful in my tests. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26260 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/mplayer.14
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index b9648dbf75..28ae621989 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -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, experimental without \-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 (experimental without \-no\-correct\-pts)
More intense frame dropping (breaks decoding).
Leads to image distortion!
Note that especially the libmpeg2 decoder may crash with this,