summaryrefslogtreecommitdiff
path: root/libavfilter/parseutils.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-06-13 09:32:01 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-06-13 09:32:01 +0000
commit053a79b2ab4ad0a0ac591f200d0e71b62dd3a0c8 (patch)
tree7270a9793924375ab2f7f3a20740faaf55228758 /libavfilter/parseutils.h
parent5ba949fe904e7beed2d601ba3664f8da247be703 (diff)
Resort @param in av_get_token() doxy to reflect the same order they
have in the function. Originally committed as revision 23595 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
*/