mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
Reduce index verbosity
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14404 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2b1dff428f
commit
06d4538217
@ -131,7 +131,7 @@ static void dump_index(demuxer_t *demuxer, int stream_id)
|
||||
real_index_table_t *index;
|
||||
int i, entries;
|
||||
|
||||
if (verbose<=0)
|
||||
if (verbose<=1)
|
||||
return;
|
||||
|
||||
if (stream_id > MAX_STREAMS)
|
||||
|
Loading…
Reference in New Issue
Block a user