# HG changeset patch # User reimar # Date 1189682612 0 # Node ID 6af1c486d844ccf7a07affdf610a21b219a9d56d # Parent c98c9e7f3bd07b990350f747a7cf3436dbb2d03d Replace constant by appropriate define diff -r c98c9e7f3bd0 -r 6af1c486d844 libmpdemux/demux_ty.c --- 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