Mercurial > libavformat.hg
changeset 6272:4205ddd9e07c libavformat
Use correct doxygen syntax
author | pross |
---|---|
date | Sun, 18 Jul 2010 08:13:11 +0000 |
parents | 21b8d2334030 |
children | 2f7d2aa56191 |
files | sauce.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/sauce.h Sun Jul 18 08:06:55 2010 +0000 +++ b/sauce.h Sun Jul 18 08:13:11 2010 +0000 @@ -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);