Use the @return doxy command, and extend documentation for the return
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 7 Jan 2010 22:52:46 +0000 (22:52 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 7 Jan 2010 22:52:46 +0000 (22:52 +0000)
value of AVFilter.query_formats.

Originally committed as revision 21076 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavfilter/avfilter.h

index 92f635d..a796280 100644 (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 *);