[MPlayer-DOCS] Error in man page?

Diego Biurrun diego at biurrun.de
Fri Dec 22 06:44:20 CET 2006


On Thu, Dec 14, 2006 at 11:28:29PM +0600, voroshil at gmail.com wrote:
> 
> This is quote from mplayer.1 ("drop" option description of MPEG muxer)
> ----CUT----
> When used with init_adelay the muxer drops the part of audio that was
> anticipated.
> ----CUT----
> 
> But man page contains no "init_adelay" option description !
> I think, that "init_adelay" must be replaced with "vdelay".
> Am i right?

Yes, you are right, compare libmpdemux/muxer_mpeg.c:212

  {"vdelay", &conf_init_adelay, CONF_TYPE_INT, CONF_RANGE, 1, 32760, NULL},

IMO option names and variable names should never differ.  It just leads
to this kind of problem ...

Feel free to fix this anytime.

Diego



More information about the MPlayer-DOCS mailing list