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
release/0.6
Stefano Sabatini 15 years ago
parent c4d2e41ce4
commit fe59258516
  1. 3
      libavfilter/avfilter.h

@ -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 *);

Loading…
Cancel
Save