summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/avfilter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index a7e061b742..92f635d91c 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -419,11 +419,11 @@ typedef struct AVFilter
void (*uninit)(AVFilterContext *ctx);
/**
- * Queries formats supported by the filter and its pads. Should set the
+ * Queries formats supported by the filter and its pads, and sets the
* in_formats for links connected to its output pads, and out_formats
* for links connected to its input pads.
*
- * Should return zero on success.
+ * Returns zero on success.
*/
int (*query_formats)(AVFilterContext *);