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

Corey Hickey bugfood-ml at fatooh.org
Fri Nov 25 21:33:05 CET 2005


> 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.

-Corey




More information about the MPlayer-dev-eng mailing list