[FFmpeg-devel] [PATCH] lavfi/avfilter.h: add doxy for AVFilterLink.cur_buf
Stefano Sabatini
stefasab at gmail.com
Mon Jul 23 02:09:43 CEST 2012
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.
--
FFmpeg = Frightening Funny Marvellous Powered Elfic Genius
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavfi-avfilter.h-add-doxy-for-AVFilterLink.cur_buf.patch
Type: text/x-diff
Size: 1297 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120723/b98adf2f/attachment.bin>
More information about the ffmpeg-devel
mailing list