diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h
index 0558de3ac1208b2fb5dd95896ca867c54c3d4380..dee8a90425df04d2d8ec5e6be97844f4a84c2c7b 100644
--- a/libavfilter/avfiltergraph.h
+++ b/libavfilter/avfiltergraph.h
@@ -30,7 +30,10 @@ typedef struct AVFilterGraph {
 } AVFilterGraph;
 
 /**
- * Get a pointer to a graph by instance name
+ * Get from \p graph a filter instance with name \p name.
+ *
+ * @return the pointer to the found filter instance or NULL if it
+ * cannot be found.
  */
 AVFilterContext *avfilter_graph_get_filter(AVFilterGraph *graph, char *name);