[MPlayer-dev-eng] [PATCH] clean up some muxer messages

Diego Biurrun diego at biurrun.de
Fri Nov 25 23:28:56 CET 2005


On Fri, Nov 25, 2005 at 12:33:05PM -0800, Corey Hickey wrote:
> > As promised, here is a patch that converts the hardcoded strings I added
> > to the muxer frame buffer into MSGTR_ messages. I also converted the AVI
> > header-writing and index-writing messages into more accurate
> > muxer-specific versions. In detail:
> >
> > * Converted new strings in muxer_write_chunk to MSGTR_*
> > * Moved MSGTR_WritingAVIHeader from mencoder.c section to muxer section
> > * Added MSGTR_WritingMPEGHeader and MSGTR_WritingLAVFHeader
> > * Put muxer-specific header-writing messages in individual muxers
> > * Changed MSGTR_WritingAVIIndex to MSGTR_WritingAVITrailer
> > * Added MSGTR_WritingMPEGTrailer and MSGTR_WritingLAVFTrailer
> > * Put muxer-specific trailer-writing messages in individual muxers
> > * Removed MSGTR_FixupAVIHeader (the mp_msg() in each muxer will suffice)
> > * #include "help_mp.h" where necessary
> 
> Diego? This is the separate messages patch you requested a while ago that
> corresponds to the muxer frame buffer patch I wrote.

This is Reynaldo's territory now :)  Or whoever committed the first part
of your patch.  If none of them react within the week, ping me again,
i'll try to review this patch then.

Diego




More information about the MPlayer-dev-eng mailing list