1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

value of AVFilter.query_formats.

Originally committed as revision 21076 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2010-01-07 22:52:46 +00:00
parent c4d2e41ce4
commit fe59258516

View File

@ -423,7 +423,8 @@ typedef struct AVFilter
* 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.
* *
* Returns zero on success. * @return zero on success, a negative value corresponding to an
* AVERROR code otherwise
*/ */
int (*query_formats)(AVFilterContext *); int (*query_formats)(AVFilterContext *);