From 053a79b2ab4ad0a0ac591f200d0e71b62dd3a0c8 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 13 Jun 2010 09:32:01 +0000 Subject: [PATCH] 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 --- libavfilter/parseutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/parseutils.h b/libavfilter/parseutils.h index b5b494e..7b78d89 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 */ -- 2.7.4