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
This commit is contained in:
Stefano Sabatini 2010-06-13 09:32:01 +00:00
parent 5ba949fe90
commit 053a79b2ab

View File

@ -34,9 +34,9 @@
* The normal \ and ' escaping is supported. Leading and trailing * The normal \ and ' escaping is supported. Leading and trailing
* whitespaces are removed. * 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 * @param buf the buffer to parse, buf will be updated to point to the
* terminating char * terminating char
* @param term a 0-terminated list of terminating chars
* @return the malloced unescaped string, which must be av_freed by * @return the malloced unescaped string, which must be av_freed by
* the user * the user
*/ */