Commit 55f8e5db authored by stefano's avatar stefano

Use the @return doxy command, and extend documentation for the return

value of AVFilter.query_formats.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21076 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 72aac822
......@@ -423,7 +423,8 @@ typedef struct AVFilter
* in_formats for links connected to its output pads, and out_formats
* for links connected to its input pads.
*
* Returns zero on success.
* @return zero on success, a negative value corresponding to an
* AVERROR code otherwise
*/
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