[FFmpeg-cvslog] r21075 - trunk/libavfilter/avfilter.h
stefano
subversion
Thu Jan 7 23:51:06 CET 2010
Author: stefano
Date: Thu Jan 7 23:51:06 2010
New Revision: 21075
Log:
Avoid the use of the modal auxiliary "should" in the
AVFilter.query_formats doxy.
The doxy expresses what a function does, not what it should do.
Modified:
trunk/libavfilter/avfilter.h
Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h Thu Jan 7 23:48:58 2010 (r21074)
+++ trunk/libavfilter/avfilter.h Thu Jan 7 23:51:06 2010 (r21075)
@@ -419,11 +419,11 @@ typedef struct AVFilter
void (*uninit)(AVFilterContext *ctx);
/**
- * Queries formats supported by the filter and its pads. Should set the
+ * Queries formats supported by the filter and its pads, and sets the
* in_formats for links connected to its output pads, and out_formats
* for links connected to its input pads.
*
- * Should return zero on success.
+ * Returns zero on success.
*/
int (*query_formats)(AVFilterContext *);
More information about the ffmpeg-cvslog
mailing list