diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-07 22:44:32 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-07 22:44:32 +0000 |
commit | 516841ef634a1b7af6967ea5081aeed2003d062d (patch) | |
tree | d5e7cf29cec0ac21cee4463b421425291d0460ea /libavfilter/avfilter.h | |
parent | 8f3c87f3e26f2cea1afe9c7b6a77acaae3897315 (diff) | |
download | ffmpeg-516841ef634a1b7af6967ea5081aeed2003d062d.tar.gz |
Fix doxy, use third person.
Originally committed as revision 21073 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 2 |
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. * |