[FFmpeg-devel] [PATCH 1/2] lavfi/avfilter: make avfilter_graph_get_filter() more clear

Michael Niedermayer michaelni at gmx.at
Fri Apr 25 16:45:29 CEST 2014


On Fri, Apr 25, 2014 at 12:31:12AM +0200, Lukasz Marek wrote:
> Signed-off-by: Lukasz Marek <lukasz.m.luki2 at gmail.com>
> ---
>  libavfilter/avfilter.h | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
> index 9a6b277..0cc5274 100644
> --- a/libavfilter/avfilter.h
> +++ b/libavfilter/avfilter.h
> @@ -1267,8 +1267,10 @@ AVFilterContext *avfilter_graph_alloc_filter(AVFilterGraph *graph,
>                                               const char *name);
>  
>  /**
> - * Get a filter instance with name name from graph.
> + * Get a filter instance identified by instance name from graph.
>   *
> + * @param graph filter graph to search through.
> + * @param name filter instance name (should be unique in the graph).
>   * @return the pointer to the found filter instance or NULL if it
>   * cannot be found.
>   */

change LGTM

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The bravest are surely those who have the clearest vision
of what is before them, glory and danger alike, and yet
notwithstanding go out to meet it. -- Thucydides
-------------- 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/20140425/6d8ee277/attachment.asc>


More information about the ffmpeg-devel mailing list