DOCS: fix minor issue on the --video-latency-hacks explanation

This commit is contained in:
Chris Varenhorst 2020-06-01 23:10:02 -07:00 committed by Leo Izen
parent dc1a855438
commit bb1f821078
1 changed files with 2 additions and 2 deletions

View File

@ -1100,8 +1100,8 @@ Video
This does: This does:
- Use the demuxer reported FPS for frame dropping. This avoids that the - Use the demuxer reported FPS for frame dropping. This avoids the
player needs to decode 1 frame in advance, lowering total latency in player needing to decode 1 frame in advance, lowering total latency in
effect. This also means that if the demuxer reported FPS is wrong, or effect. This also means that if the demuxer reported FPS is wrong, or
the video filter chain changes FPS (e.g. deinterlacing), then it could the video filter chain changes FPS (e.g. deinterlacing), then it could
drop too many or not enough frames. drop too many or not enough frames.