1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02: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:
zuxy 2009-02-15 11:01:26 +00:00
parent ce07cc3b5e
commit c39bb23833

View File

@ -140,7 +140,7 @@ static void dump_index(demuxer_t *demuxer, int stream_id)
real_index_table_t *index;
int i, entries;
if ( mp_msg_test(MSGT_DEMUX,MSGL_V) )
if (!mp_msg_test(MSGT_DEMUX,MSGL_V))
return;
if ((unsigned)stream_id >= MAX_STREAMS)