[FFmpeg-cvslog] r23596 - trunk/libavfilter/parseutils.h
stefano
subversion
Sun Jun 13 11:32:04 CEST 2010
Author: stefano
Date: Sun Jun 13 11:32:03 2010
New Revision: 23596
Log:
Document what av_get_token() returns in case of allocation failure.
Modified:
trunk/libavfilter/parseutils.h
Modified: trunk/libavfilter/parseutils.h
==============================================================================
--- trunk/libavfilter/parseutils.h Sun Jun 13 11:32:01 2010 (r23595)
+++ trunk/libavfilter/parseutils.h Sun Jun 13 11:32:03 2010 (r23596)
@@ -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);
More information about the ffmpeg-cvslog
mailing list