Mercurial > mplayer.hg
diff libmpdemux/cache2.c @ 17384:95d02479f1d6
1l - one cast too many
author | rathann |
---|---|
date | Sat, 14 Jan 2006 04:09:48 +0000 |
parents | 934380353fd6 |
children | ac7eaa0313c2 |
line wrap: on
line diff
--- a/libmpdemux/cache2.c Sat Jan 14 02:26:19 2006 +0000 +++ b/libmpdemux/cache2.c Sat Jan 14 04:09:48 2006 +0000 @@ -289,7 +289,7 @@ #endif // wait until cache is filled at least prefill_init % mp_msg(MSGT_CACHE,MSGL_V,"CACHE_PRE_INIT: %"PRId64" [%"PRId64"] %"PRId64" pre:%d eof:%d \n", - (int64_t)s->min_filepos,(int64_t)s->read_filepos,(int64_t)s->max_filepos,min,(int64_t)s->eof); + (int64_t)s->min_filepos,(int64_t)s->read_filepos,(int64_t)s->max_filepos,min,s->eof); while(s->read_filepos<s->min_filepos || s->max_filepos-s->read_filepos<min){ mp_msg(MSGT_CACHE,MSGL_STATUS,MSGTR_CacheFill, 100.0*(float)(s->max_filepos-s->read_filepos)/(float)(s->buffer_size),