Mercurial > mplayer.hg
changeset 24423:6af1c486d844
Replace constant by appropriate define
author | reimar |
---|---|
date | Thu, 13 Sep 2007 11:23:32 +0000 |
parents | c98c9e7f3bd0 |
children | 0c4f1a88eaae |
files | libmpdemux/demux_ty.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_ty.c Thu Sep 13 08:50:21 2007 +0000 +++ b/libmpdemux/demux_ty.c Thu Sep 13 11:23:32 2007 +0000 @@ -826,7 +826,7 @@ } mp_msg( MSGT_DEMUX, MSGL_DBG3, "\nty:actual current offset %"PRIx64"\n", ( stream_tell( demux->stream ) - - 0x20000 ) ); + CHUNKSIZE ) ); // Let's make a Video Demux Stream for MPlayer