aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/stream.c
diff options
context:
space:
mode:
authorGravatar reynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-22 05:12:10 +0000
committerGravatar reynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-22 05:12:10 +0000
commitc03b175452acfab485de9ad8aaf78f44cfdf3c91 (patch)
tree62d5b9fc960a9fbc2f01c11971d471bf8d1265a5 /libmpdemux/stream.c
parent19935f69bd53ab35008d0a7359410609f882b9f7 (diff)
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18177 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/stream.c')
-rw-r--r--libmpdemux/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/stream.c b/libmpdemux/stream.c
index 0ea628a008..052212bfe7 100644
--- a/libmpdemux/stream.c
+++ b/libmpdemux/stream.c
@@ -271,7 +271,7 @@ off_t newpos=0;
}
if( mp_msg_test(MSGT_STREAM,MSGL_DBG3) ){
- printf("s->pos=%"PRIX64" newpos=%"PRIX64" new_bufpos=%"PRIX64" buflen=%X \n",
+ mp_msg(MSGT_STREAM,MSGL_DBG3, "s->pos=%"PRIX64" newpos=%"PRIX64" new_bufpos=%"PRIX64" buflen=%X \n",
(int64_t)s->pos,(int64_t)newpos,(int64_t)pos,s->buf_len);
}
pos-=newpos;