summaryrefslogtreecommitdiff
path: root/libavfilter/parseutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/parseutils.h')
-rw-r--r--libavfilter/parseutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/parseutils.h b/libavfilter/parseutils.h
index b5b494e3aa..7b78d89ffd 100644
--- a/libavfilter/parseutils.h
+++ b/libavfilter/parseutils.h
@@ -34,9 +34,9 @@
* The normal \ and ' escaping is supported. Leading and trailing
* whitespaces are removed.
*
- * @param term a 0-terminated list of terminating chars
* @param buf the buffer to parse, buf will be updated to point to the
* terminating char
+ * @param term a 0-terminated list of terminating chars
* @return the malloced unescaped string, which must be av_freed by
* the user
*/