[Mplayer-cvslog] CVS: main/libmpdemux aviheader.c,1.42,1.43

Alban Bedel CVS albeu at mplayerhq.hu
Thu May 2 12:36:09 CEST 2002


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv23277/libmpdemux

Modified Files:
	aviheader.c 
Log Message:
printf to mp_msg


Index: aviheader.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/aviheader.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- aviheader.c	31 Mar 2002 09:50:17 -0000	1.42
+++ aviheader.c	2 May 2002 10:36:07 -0000	1.43
@@ -50,7 +50,7 @@
     id=stream_read_dword_le(demuxer->stream);        // list type
     mp_msg(MSGT_HEADER,MSGL_DBG2,"LIST %.4s  len=%d\n",(char *) &id,len);
     list_end=stream_tell(demuxer->stream)+((len+1)&(~1));
-    printf("list_end=0x%X\n",(int)list_end);
+    mp_msg(MSGT_HEADER,MSGL_V,"list_end=0x%X\n",(int)list_end);
     if(id==listtypeAVIMOVIE){
       // found MOVI header
       if(!demuxer->movi_start) demuxer->movi_start=stream_tell(demuxer->stream);
@@ -247,7 +247,7 @@
     }
   }
   if(hdr){
-    printf("hdr=%s  size=%d\n",hdr,size2);
+    mp_msg(MSGT_HEADER,MSGL_V,"hdr=%s  size=%d\n",hdr,size2);
     if(size2==3)
       chunksize=1; // empty
     else {




More information about the MPlayer-cvslog mailing list