[FFmpeg-cvslog] r21073 - trunk/libavfilter/avfilter.h

stefano subversion
Thu Jan 7 23:44:33 CET 2010


Author: stefano
Date: Thu Jan  7 23:44:32 2010
New Revision: 21073

Log:
Fix doxy, use third person.

Modified:
   trunk/libavfilter/avfilter.h

Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h	Thu Jan  7 23:44:03 2010	(r21072)
+++ trunk/libavfilter/avfilter.h	Thu Jan  7 23:44:32 2010	(r21073)
@@ -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.
      *



More information about the ffmpeg-cvslog mailing list