diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-07 22:52:46 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-07 22:52:46 +0000 |
commit | fe59258516ef29e668f414bb78cbf68f2f9cf314 (patch) | |
tree | 710b184dc1dbe28b9cc2dc842e9816c5bf72cf00 /libavfilter/avfilter.h | |
parent | c4d2e41ce4735d603e0ab969a396735da1ac7774 (diff) | |
download | ffmpeg-fe59258516ef29e668f414bb78cbf68f2f9cf314.tar.gz |
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.h | 3 |
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 *); |