0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

options.rst: fix warning

This commit is contained in:
Alexander Preisinger 2014-08-20 16:44:19 +02:00
parent 759fdcb2f9
commit 631be0774d

View File

@ -444,7 +444,7 @@ Video
filters all frames, but doesn't render them on the VO. It tries to query
the display FPS (X11 only, not correct on multi-monitor systems), or
assumes infinite display FPS if that fails. Drops are indicated in
the terminal status line as ``D: `` field. If the decoder is too slow,
the terminal status line as ``D:`` field. If the decoder is too slow,
in theory all frames would have to be dropped (because all frames are
too late) - to avoid this, frame dropping stops if the effective
framerate is below 10 FPS.