Browse Source

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
tags/v0.6
Stefano Sabatini 15 years ago
parent
commit
fe59258516
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libavfilter/avfilter.h

+ 2
- 1
libavfilter/avfilter.h View File

@@ -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