[MPlayer-dev-eng] [PATCH] MPEG muxer options should be global or it crashes

Nico Sabbi nicola_sabbi at fastwebnet.it
Sun Feb 18 17:49:48 CET 2007


Trent Piepho wrote:
> The options for the mpeg muxer (not demuxer!) aren't flagged a global, which
> means that mencoder treats them as per-file.
> 
> If you try to encode encode two input files with -of mpeg, after the first file
> mencoder will reset all the mpeg muxer options to zero.  This hopelessly
> confuses the muxer and it crashes with a floating point exception because it's
> framerate static global variable, conf_vframerate, has been set to zero.
> 
> Giving all the options the M_OPT_GLOBAL flag fixed this problem.
> 
> 

committed the dos2unix-ed file. Thanks


-- 
"Without a frontend, mplayer is useless" - someone in mplayer-users



More information about the MPlayer-dev-eng mailing list