diff options
author | Peter Ross <pross@xvid.org> | 2012-11-21 19:54:15 +1100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-11-21 23:56:15 +0100 |
commit | bdba96e93c0cc445e3588fe27b681f8dd8415d8c (patch) | |
tree | 460480cddf761e61042f287d3a6febe02858bf53 /libavformat | |
parent | 9ccc349f773c69b764669922c4321eb48015b746 (diff) | |
download | ffmpeg-bdba96e93c0cc445e3588fe27b681f8dd8415d8c.tar.gz |
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')
-rw-r--r-- | libavformat/avformat.h | 4 |
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 |