[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1056,1.1057

Ivan Kalvachev ikalvachev at gmail.com
Sun Jul 31 16:40:59 CEST 2005


On 7/31/05, The Wanderer <inverseparadox at comcast.net> wrote:
> Ivan Kalvachev wrote:
> 
> > On 7/31/05, The Wanderer <inverseparadox at comcast.net> wrote:
> >
> >> Ivan Kalvachev CVS wrote:
> >>
> >>> Modified Files:
> >>>       mplayer.1
> >>> Log Message:
> >>> remove unused cache-prefill and create cache-seek-min that controls when seek_long is prefered over waiting for cache to fill
> >>
> >>> -.B \-cache-prefill <percentage> (not yet implemented)
> >>> -When the cache is emptied MPlayer will pause and restart playback when
> >>> -the cache prefill threshold set with this option is reached.
> >>> +.B \-cache-seek-min <percentage> (not yet implemented)
> >>> +If seek is to be done and it is within seek-min range, MPlayer will wait
> >>> +cache to be filled to this position rather than performing an stream seek.
> >>> +(default:50)
> >>
> >> I see a couple of grammar problems here, but before I fix them:
> >> what is meant by "within seek-min range"? My best guess would be
> >> "within <percentage> percentage points of the current position",
> >> but I don't know whether or not that's correct.
> >
> > newpos-oldpos < seek-min * cache-size/100;
> 
> So I was essentially right. Thank you; if you have any objections to my
> rephrasing, which will be committed shortly, don't hesitate to let me
> know what's wrong.

How about seeing your text before you commit it?




More information about the MPlayer-DOCS mailing list