mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 07:16:56 +00:00
reduced verbosity
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22068 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4d31f5e2ea
commit
fc65d8d101
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user