Fix doxy, use third person.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 7 Jan 2010 22:44:32 +0000 (22:44 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 7 Jan 2010 22:44:32 +0000 (22:44 +0000)
Originally committed as revision 21073 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavfilter/avfilter.h

index 94e6475..a7e061b 100644 (file)
@@ -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.
      *