diff options
author | Peter Ross <pross@xvid.org> | 2010-07-18 08:13:11 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2010-07-18 08:13:11 +0000 |
commit | 1917a51809a457fdcf34378644f9b269f5a9b134 (patch) | |
tree | 61c7f38874aebc002114cfef4cdd611c5b5521d4 | |
parent | 5a717094676a9c3a5bc67686cb369911922cdd82 (diff) | |
download | ffmpeg-1917a51809a457fdcf34378644f9b269f5a9b134.tar.gz |
Use correct doxygen syntax
Originally committed as revision 24302 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/sauce.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/sauce.h b/libavformat/sauce.h index 63641e827c..edf266a2c6 100644 --- a/libavformat/sauce.h +++ b/libavformat/sauce.h @@ -27,8 +27,8 @@ /** * @param avctx AVFormatContext - * @param fsize[out] return length of file, less SAUCE header - * @param got_width[out] set to non-zero if SAUCE header reported height + * @param[out] fsize return length of file, less SAUCE header + * @param[out] got_width set to non-zero if SAUCE header reported height * @param get_height Tell SAUCE header to parse height */ int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height); |