[FFmpeg-devel] [PATCH] lavfi/avfilter.h: add doxy for AVFilterLink.cur_buf

Stefano Sabatini stefasab at gmail.com
Wed Jul 25 10:09:04 CEST 2012


On date Monday 2012-07-23 15:42:21 +0200, Stefano Sabatini encoded:
> On date Monday 2012-07-23 02:09:43 +0200, Stefano Sabatini encoded:
> > On date Monday 2012-07-23 01:05:47 +0200, Nicolas George encoded:
> > > Le sextidi 6 thermidor, an CCXX, Stefano Sabatini a écrit :
> > > > +     * The buffer reference to the frame sent across the link by the
> > > > +     * source filter, which is read by the destination filter, and it
> > > > +     * is set up by ff_start_frame().
> > > 
> > > The last "it" seems superfluous.
> > > 
> > > > +     *
> > > > +     * It is the same as src_buf, or is a copy of the src_buf if it
> > > > +     * cannot be directly accessed for permission reasons.
> > > 
> > > I can not say exactly why, but it does not sound natural. Maybe this:
> > > 
> > >  * Depending on the permissions, it may either be the same as src_buf
> > >  * or an automatic copy of it.
> > 
> > Works for me, thanks.
> 
> I'll apply this tomorrow, if I read no more comments.

Applied, with a few more changes.
-- 
FFmpeg = Fierce and Fabulous Meaningful Proud Evil Game


More information about the ffmpeg-devel mailing list