Commit 72aac822 authored by stefano's avatar stefano

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.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21075 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0e7e6731
...@@ -419,11 +419,11 @@ typedef struct AVFilter ...@@ -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 *);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment