[MPlayer-cvslog] CVS: main mencoder.c,1.320,1.321

Reynaldo H. Verdejo CVS syncmail at mplayerhq.hu
Tue Nov 29 23:04:59 CET 2005


CVS change done by Reynaldo H. Verdejo CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv1395

Modified Files:
	mencoder.c 
Log Message:
Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org- , small fixes by me

Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.320
retrieving revision 1.321
diff -u -r1.320 -r1.321
--- mencoder.c	21 Nov 2005 22:53:14 -0000	1.320
+++ mencoder.c	29 Nov 2005 22:04:56 -0000	1.321
@@ -1508,10 +1508,8 @@
     if(aencoder->fixup)
         aencoder->fixup(aencoder);
 
-mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_WritingAVIIndex);
 if (muxer->cont_write_index) muxer_write_index(muxer);
 muxer_f_size=ftello(muxer_f);
-mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_FixupAVIHeader);
 fseek(muxer_f,0,SEEK_SET);
 if (muxer->cont_write_header) muxer_write_header(muxer); // update header
 if(ferror(muxer_f) || fclose(muxer_f) != 0) {




More information about the MPlayer-cvslog mailing list