summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2012-11-21 19:54:15 +1100
committerMichael Niedermayer <michaelni@gmx.at>2012-11-21 23:56:15 +0100
commitbdba96e93c0cc445e3588fe27b681f8dd8415d8c (patch)
tree460480cddf761e61042f287d3a6febe02858bf53 /libavformat/avformat.h
parent9ccc349f773c69b764669922c4321eb48015b746 (diff)
use correct doxygen parameter direction syntax
Signed-off-by: Peter Ross <pross@xvid.org> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 85f052ec8c..4b916cc145 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1803,9 +1803,9 @@ enum AVCodecID av_guess_codec(AVOutputFormat *fmt, const char *short_name,
* work in real time.
* @param s media file handle
* @param stream stream in the media file
- * @param dts[out] DTS of the last packet output for the stream, in stream
+ * @param[out] dts DTS of the last packet output for the stream, in stream
* time_base units
- * @param wall[out] absolute time when that packet whas output,
+ * @param[out] wall absolute time when that packet whas output,
* in microsecond
* @return 0 if OK, AVERROR(ENOSYS) if the format does not support it
* Note: some formats or devices may not allow to measure dts and wall