From 8f44170d307af99d1891a531b2fe6caa28cb8f37 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 15 Dec 2012 13:40:35 +0100 Subject: lavfi/avfilter.h: clarify doxy for AVFilterLink.out_buf --- libavfilter/avfilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/avfilter.h') 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 -- cgit v1.2.3