summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-04-27 13:45:20 +0200
committerwm4 <wm4@nowhere>2013-04-27 13:45:20 +0200
commit4a9410880c17d1f10f679bf84e5001890dfc5e41 (patch)
tree295e34c82682e25066135a2fbc273a36edb2a898
parenteec9b8a012577d4462a3170dfef21d7ef9130edb (diff)
downloadmpv-4a9410880c17d1f10f679bf84e5001890dfc5e41.tar.bz2
mpv-4a9410880c17d1f10f679bf84e5001890dfc5e41.tar.xz
mplayer: put space before encoding part of status line
Also, the trailing space isn't needed.
-rw-r--r--core/mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/mplayer.c b/core/mplayer.c
index d21634c526..5a9f45d280 100644
--- a/core/mplayer.c
+++ b/core/mplayer.c
@@ -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
{