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

Stefano Sabatini stefasab at gmail.com
Mon Jul 23 00:49:21 CEST 2012


On date Sunday 2012-07-22 14:09:21 +0200, Alexander Strasser encoded:
> Hi Stefano,
> 
> Stefano Sabatini wrote:
> > ---
> >  libavfilter/avfilter.h |   16 ++++++++++++++++
> >  1 files changed, 16 insertions(+), 0 deletions(-)
> > 
> > diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
> > index a9665f5..70e1bcf 100644
> > --- a/libavfilter/avfilter.h
> > +++ b/libavfilter/avfilter.h
> > @@ -583,6 +583,22 @@ struct AVFilterLink {
> >       */
> >      AVFilterBufferRef *cur_buf;
> >  
> > +    /**
> > +     * The buffer reference to the frame which is sent to output by
> > +     * the source filter.
> > +     *
> 
> > +     * If no start_frame callback is defined on a link,
> > +     * ff_start_frame() will automatically request a new buffer on the
> > +     * first output link of the destination filter, and will set the
> > +     * out_buf on the output link to the buffer so obtained.
> 
>   No objection from me. But this sentence is a bit long and unwieldy,
> especially "the buffer so obtained" sounds odd to me.
> 
>   Maybe you can split this in 2 to 3 sentences and be more satisfied
> with the result. 

Split in two parts.
-- 
FFmpeg = Frightening and Fanciful Mind-dumbing Pure Ecletic Glue
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-lavfi-avfilter.h-add-doxy-for-AVFilterLink.out_buf.patch
Type: text/x-diff
Size: 1349 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120723/2cfda5b1/attachment.bin>


More information about the ffmpeg-devel mailing list