mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-12 10:29:39 +00:00
avutil/avstring: Add doxy for missing argument
This commit is contained in:
parent
20a947f479
commit
023966d2f8
@ -135,6 +135,7 @@ size_t av_strlcatf(char *dst, size_t size, const char *fmt, ...) av_printf_forma
|
|||||||
/**
|
/**
|
||||||
* Get the count of continuous non zero chars starting from the beginning.
|
* Get the count of continuous non zero chars starting from the beginning.
|
||||||
*
|
*
|
||||||
|
* @param s the string whose length to count
|
||||||
* @param len maximum number of characters to check in the string, that
|
* @param len maximum number of characters to check in the string, that
|
||||||
* is the maximum value which is returned by the function
|
* is the maximum value which is returned by the function
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user