Commit 053a79b2 authored by Stefano Sabatini's avatar Stefano Sabatini

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
parent 5ba949fe
......@@ -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
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment