summaryrefslogtreecommitdiff
path: root/libavutil/avstring.h
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2022-09-25 01:05:41 +0200
committerAnton Khirnov <anton@khirnov.net>2022-10-17 09:56:47 +0200
commit023966d2f845b7887335adeab1dbafcfdfe12125 (patch)
treeb6f2f4f5d4eb76cad94f469bbc01097610d71ebb /libavutil/avstring.h
parent20a947f479ae02d7847edd79995b661844d3b291 (diff)
downloadffmpeg-023966d2f845b7887335adeab1dbafcfdfe12125.tar.gz
avutil/avstring: Add doxy for missing argument
Diffstat (limited to 'libavutil/avstring.h')
-rw-r--r--libavutil/avstring.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/avstring.h b/libavutil/avstring.h
index fae446c302..74aa4cd0e4 100644
--- a/libavutil/avstring.h
+++ b/libavutil/avstring.h
@@ -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.
*
+ * @param s the string whose length to count
* @param len maximum number of characters to check in the string, that
* is the maximum value which is returned by the function
*/