diff libmpdemux/stream.c @ 18176:f72bc5754209

Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
author reynaldo
date Sat, 22 Apr 2006 05:12:10 +0000
parents 3fe3b2b3a6ce
children 4928dd61f136
line wrap: on
line diff
--- a/libmpdemux/stream.c	Fri Apr 21 18:46:17 2006 +0000
+++ b/libmpdemux/stream.c	Sat Apr 22 05:12:10 2006 +0000
@@ -271,7 +271,7 @@
   }
 
 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;