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. Originally committed as revision 21075 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e38215f2a4
commit
c4d2e41ce4
@ -419,11 +419,11 @@ typedef struct AVFilter
|
|||||||
void (*uninit)(AVFilterContext *ctx);
|
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
|
* in_formats for links connected to its output pads, and out_formats
|
||||||
* for links connected to its input pads.
|
* for links connected to its input pads.
|
||||||
*
|
*
|
||||||
* Should return zero on success.
|
* Returns zero on success.
|
||||||
*/
|
*/
|
||||||
int (*query_formats)(AVFilterContext *);
|
int (*query_formats)(AVFilterContext *);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user