Commit 08c0efd4 authored by stefano's avatar stefano

Document what av_get_token() returns in case of allocation failure.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23596 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4079f1d2
......@@ -38,7 +38,7 @@
* terminating char
* @param term a 0-terminated list of terminating chars
* @return the malloced unescaped string, which must be av_freed by
* the user
* the user, NULL in case of allocation failure
*/
char *av_get_token(const char **buf, const char *term);
......
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