reduced verbosity

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22068 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2007-01-29 23:35:08 +00:00
parent 4d31f5e2ea
commit fc65d8d101
1 changed files with 1 additions and 1 deletions

View File

@ -1500,7 +1500,7 @@ static int ts_sync(stream_t *stream)
{
int c=0;
mp_msg(MSGT_DEMUX, MSGL_DBG2, "TS_SYNC \n");
mp_msg(MSGT_DEMUX, MSGL_DBG3, "TS_SYNC \n");
while(((c=stream_read_char(stream)) != 0x47) && ! stream->eof);