summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-07 22:52:46 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-07 22:52:46 +0000
commitfe59258516ef29e668f414bb78cbf68f2f9cf314 (patch)
tree710b184dc1dbe28b9cc2dc842e9816c5bf72cf00 /libavfilter/avfilter.h
parentc4d2e41ce4735d603e0ab969a396735da1ac7774 (diff)
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
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 92f635d91c..a796280435 100644
--- a/libavfilter/avfilter.h
+++ b/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 *);