mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 16:22:37 +00:00
Use correct doxygen syntax
Originally committed as revision 24302 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5a71709467
commit
1917a51809
@ -27,8 +27,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param avctx AVFormatContext
|
* @param avctx AVFormatContext
|
||||||
* @param fsize[out] return length of file, less SAUCE header
|
* @param[out] fsize return length of file, less SAUCE header
|
||||||
* @param got_width[out] set to non-zero if SAUCE header reported height
|
* @param[out] got_width set to non-zero if SAUCE header reported height
|
||||||
* @param get_height Tell SAUCE header to parse 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);
|
int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height);
|
||||||
|
Loading…
Reference in New Issue
Block a user