[MPlayer-dev-eng] [PATCH] Erase PAUSE message when no longer paused

Bryan Henderson giraffedata at gmail.com
Sun Aug 3 04:48:12 CEST 2008


When you pause, Mplayer issues the message "===== PAUSED ======" to
Standard Output.  It then positions the cursor to the beginning of the
same line, in hopes that a subsequent message after the pausing ends
will overwrite it, and thus the message is more of a state indicator
than a message.

But if the next message doesn't come right away, you still see
"PAUSED" while the movie is not paused, and if the next message is
shorter than the PAUSED message, you get a mess.

With this patch, Mplayer writes blanks over the PAUSED message when
the pause ends, to fix that.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: erasepause.patch
Type: text/x-patch
Size: 591 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20080803/cca39d76/attachment.bin>


More information about the MPlayer-dev-eng mailing list