[FFmpeg-cvslog] lavfi/avfilter.h: clarify doxy for AVFilterLink.out_buf

Stefano Sabatini git at videolan.org
Sat Dec 15 13:52:55 CET 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Dec 15 13:40:35 2012 +0100| [8f44170d307af99d1891a531b2fe6caa28cb8f37] | committer: Stefano Sabatini

lavfi/avfilter.h: clarify doxy for AVFilterLink.out_buf

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8f44170d307af99d1891a531b2fe6caa28cb8f37
---

 libavfilter/avfilter.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 80d563b..5047245 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -607,7 +607,7 @@ struct AVFilterLink {
      * 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,
+     * If no start_frame callback is defined on the link destination pad,
      * ff_start_frame() will automatically request a new buffer on the
      * first output link of the destination filter. The reference to
      * the buffer so obtained is stored in the out_buf field on the



More information about the ffmpeg-cvslog mailing list