mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 08:42:39 +00:00
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:
parent
5ba949fe90
commit
053a79b2ab
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user