diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-04 09:08:52 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-04 09:08:52 +0000 |
commit | 8645bd9f1f6290541f011cc268e4bc3625872f68 (patch) | |
tree | 3f9598285ff421992ac640ba78723a6b161884ca /DOCS | |
parent | ab2b470b768dcb1d1fca113d219a0a9e18d27fcd (diff) | |
download | mpv-8645bd9f1f6290541f011cc268e4bc3625872f68.tar.bz2 mpv-8645bd9f1f6290541f011cc268e4bc3625872f68.tar.xz |
-framedrop clarified as explained by Rich.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9270 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/mplayer.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1 index 55ffd1b2d4..6b1f1cf9ba 100644 --- a/DOCS/mplayer.1 +++ b/DOCS/mplayer.1 @@ -236,8 +236,9 @@ Currently the following drivers are fixed-vo compliant: x11, xv, xvidix, xmga, gl2, and svga. .TP .B \-framedrop (also see \-hardframedrop) -Skips displaying some frames to maintain A/\:V sync on slow systems. -Decoding of B frames is also skipped and video filters are not used. +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. .TP .B \-h, \-help, \-\-help Show short summary of options. |