0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

mplayer: silence "Starting playback..." output

This is just noise. Note that this _might_ break some applications
using slave mode.
This commit is contained in:
wm4 2012-07-29 21:40:56 +02:00
parent c8b0f21154
commit d86216685b

View File

@ -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;