diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-06-13 09:32:01 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-06-13 09:32:01 +0000 |
commit | 053a79b2ab4ad0a0ac591f200d0e71b62dd3a0c8 (patch) | |
tree | 7270a9793924375ab2f7f3a20740faaf55228758 /libavfilter | |
parent | 5ba949fe904e7beed2d601ba3664f8da247be703 (diff) | |
download | ffmpeg-053a79b2ab4ad0a0ac591f200d0e71b62dd3a0c8.tar.gz |
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')
-rw-r--r-- | libavfilter/parseutils.h | 2 |
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 */ |