Commit 1917a518 authored by Peter Ross's avatar Peter Ross

Use correct doxygen syntax

Originally committed as revision 24302 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5a717094
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment