[MPlayer-DOCS] r34249 - in trunk: DOCS/man/en/mplayer.1 libmpcodecs/vd_ffmpeg.c

reimar subversion at mplayerhq.hu
Mon Oct 24 19:44:14 CEST 2011


Author: reimar
Date: Mon Oct 24 19:44:13 2011
New Revision: 34249

Log:
Add a vd_ffmpeg option to make the decoder discard frames until the first
keyframe after startup or seek.
Restore the previous default behaviour since in actual playback scenarios
long delays are far more annoying than seeing a few broken frames.

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

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

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	Mon Oct 24 18:22:10 2011	(r34248)
+++ trunk/DOCS/man/en/mplayer.1	Mon Oct 24 19:44:13 2011	(r34249)
@@ -5155,6 +5155,9 @@ Visualize motion vectors.
 .REss
 .IPs vstats
 Prints some statistics and stores them in ./vstats_*.log.
+.IPs wait_keyframe
+Wait for a keyframe before displaying anything.
+Avoids broken frames at startup or after seeking with some formats.
 .RE
 .
 .TP


More information about the MPlayer-DOCS mailing list