diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 94e64757662e83cab3d28ddc3282f6eb9a46d5ea..a7e061b74266fadf162dff691e073093ce11769b 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -419,7 +419,7 @@ typedef struct AVFilter void (*uninit)(AVFilterContext *ctx); /** - * Query formats supported by the filter and its pads. Should set the + * Queries formats supported by the filter and its pads. Should set the * in_formats for links connected to its output pads, and out_formats * for links connected to its input pads. *