Mercurial > mplayer.hg
changeset 28550:6832bb1e1e3a
Fix a regression caused by r17933; RealMedia index tables could never be printed.
author | zuxy |
---|---|
date | Sun, 15 Feb 2009 11:01:26 +0000 |
parents | 319cce8f6022 |
children | 7361a0f666a0 |
files | libmpdemux/demux_real.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_real.c Sun Feb 15 10:50:26 2009 +0000 +++ b/libmpdemux/demux_real.c Sun Feb 15 11:01:26 2009 +0000 @@ -140,7 +140,7 @@ 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)