mirror of
https://github.com/mpv-player/mpv
synced 2025-05-06 10:09:50 +00:00
Fix a regression caused by r17933; RealMedia index tables could never be printed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28585 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ce07cc3b5e
commit
c39bb23833
@ -140,7 +140,7 @@ static void dump_index(demuxer_t *demuxer, int stream_id)
|
|||||||
real_index_table_t *index;
|
real_index_table_t *index;
|
||||||
int i, entries;
|
int i, entries;
|
||||||
|
|
||||||
if ( mp_msg_test(MSGT_DEMUX,MSGL_V) )
|
if (!mp_msg_test(MSGT_DEMUX,MSGL_V))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if ((unsigned)stream_id >= MAX_STREAMS)
|
if ((unsigned)stream_id >= MAX_STREAMS)
|
||||||
|
Loading…
Reference in New Issue
Block a user