mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Prevent from outputing mass of 'skip' log messages in verbose level.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25306 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a46d864303
commit
098170a7e2
@ -221,7 +221,7 @@ static int dts_sync(sh_audio_t *sh, int *flags)
|
||||
if(length >= HEADER_SIZE)
|
||||
break;
|
||||
|
||||
mp_msg(MSGT_DECAUDIO, MSGL_V, "skip\n");
|
||||
// mp_msg(MSGT_DECAUDIO, MSGL_V, "skip\n");
|
||||
memmove(sh->a_in_buffer, sh->a_in_buffer+1, HEADER_SIZE-1);
|
||||
--sh->a_in_buffer_len;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user