mplayer: put space before encoding part of status line

Also, the trailing space isn't needed.
This commit is contained in:
wm4 2013-04-27 13:45:20 +02:00
parent eec9b8a012
commit 4a9410880c
1 changed files with 1 additions and 1 deletions

View File

@ -1119,7 +1119,7 @@ static void print_status(struct MPContext *mpctx)
position, get_current_time(mpctx) - startpos) >= 0)
{
// encoding stats
saddf(&line, "%s ", lavcbuf);
saddf(&line, " %s", lavcbuf);
} else
#endif
{