[MPlayer-DOCS] r26260 - in trunk: DOCS/man/en/mplayer.1 mplayer.c

reimar subversion at mplayerhq.hu
Mon Mar 17 21:21:16 CET 2008


Author: reimar
Date: Mon Mar 17 21:21:16 2008
New Revision: 26260

Log:
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.


Modified:
   trunk/DOCS/man/en/mplayer.1

Changes in other areas also in this revision:
Modified:
   trunk/mplayer.c

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	(original)
+++ trunk/DOCS/man/en/mplayer.1	Mon Mar 17 21:21:16 2008
@@ -840,7 +840,7 @@ Currently the following drivers are fixe
 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, 



More information about the MPlayer-DOCS mailing list