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
1 changed files with 1 additions and 1 deletions

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;