This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Document what av_get_token() returns in case of allocation failure.
Originally committed as revision 23596 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Stefano Sabatini
15 years ago
parent
053a79b2ab
commit
30d9331050
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/parseutils.h
+ 1
- 1
libavfilter/parseutils.h
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save