Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-12-15 16:40:35 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-12-15 16:51:24 +0400
commit8f44170d307af99d1891a531b2fe6caa28cb8f37 (patch)
tree41f5342226e9bad84b2ff8ce8ccc9d3357652f14 /libavfilter
parentf186ecc164e8dad145d4637ac1d55b66e460af7a (diff)
lavfi/avfilter.h: clarify doxy for AVFilterLink.out_buf
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 80d563bc1f..50472451bc 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