[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
- Previous message: [MPlayer-cvslog] Re: CVS: main/libao2 ao_dxr2.c,1.10,1.11
- Next message: [MPlayer-cvslog] CVS: main/libmpdemux muxer.c, 1.11, 1.12 muxer_avi.c, 1.32, 1.33 muxer_lavf.c, 1.13, 1.14 muxer_mpeg.c, 1.23, 1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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) {
- Previous message: [MPlayer-cvslog] Re: CVS: main/libao2 ao_dxr2.c,1.10,1.11
- Next message: [MPlayer-cvslog] CVS: main/libmpdemux muxer.c, 1.11, 1.12 muxer_avi.c, 1.32, 1.33 muxer_lavf.c, 1.13, 1.14 muxer_mpeg.c, 1.23, 1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list