[MPlayer-dev-eng] [PATCH] two pathes: RT subtitles and info fields for MEncoder

Colin Leroy colin at colino.net
Tue Aug 27 18:59:30 CEST 2002


On Tue, 27 Aug 2002 19:42:43 +0300 "Andriy N. Gritsenko"
<andrej at lucky.net> wrote:

Hi,

> -  riff[1]=muxer->file_end;  // filesize
> +  riff[1]=muxer->file_end-2*sizeof(unsigned int);  // filesize

Could this fix encoding strangeness on PPC... It would be great. No time
to check just now but I'll give it a try !

> +int infotypeISRC=mmioFOURCC('I','S','R','C');
> +int infotypeICMT=mmioFOURCC('I','C','M','T');

Pleeeaase, think about big-endian boxes, use le2me* or be2me* when writing
things to files... (See bswap.h).

-- 
Colin
http://www.colino.net/



More information about the MPlayer-dev-eng mailing list