summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-07-29 21:40:56 +0200
committerwm4 <wm4@nowhere>2012-07-30 01:46:04 +0200
commitd86216685bc6d2d86b59f7e877f4e4a4c2f12107 (patch)
treef640877cc89a84b158c189ccd469dd1ca786b049 /mplayer.c
parentc8b0f2115447f2fdd5bb8090d06153a4bf72d9ff (diff)
downloadmpv-d86216685bc6d2d86b59f7e877f4e4a4c2f12107.tar.bz2
mpv-d86216685bc6d2d86b59f7e877f4e4a4c2f12107.tar.xz
mplayer: silence "Starting playback..." output
This is just noise. Note that this _might_ break some applications using slave mode.
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 3dd642ec9b..9d4078c4b3 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -4578,7 +4578,7 @@ goto_enable_cache:
else if (opts->loop_times == 1)
opts->loop_times = -1;
- mp_tmsg(MSGT_CPLAYER, MSGL_INFO, "Starting playback...\n");
+ mp_tmsg(MSGT_CPLAYER, MSGL_V, "Starting playback...\n");
total_time_usage_start = GetTimer();
audio_time_usage = 0;