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

Nicolas George nicolas.george at normalesup.org
Mon Jul 23 01:05:47 CEST 2012


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.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120723/514a882e/attachment.asc>


More information about the ffmpeg-devel mailing list