summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-07 22:44:32 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-07 22:44:32 +0000
commit516841ef634a1b7af6967ea5081aeed2003d062d (patch)
treed5e7cf29cec0ac21cee4463b421425291d0460ea /libavfilter
parent8f3c87f3e26f2cea1afe9c7b6a77acaae3897315 (diff)
Fix doxy, use third person.
Originally committed as revision 21073 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 94e6475766..a7e061b742 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.
*