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:
ulion 2007-12-05 18:24:40 +00:00
parent a46d864303
commit 098170a7e2
1 changed files with 1 additions and 1 deletions

View File

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