merged all the latest changes from 2.4 to trunk
This commit is contained in:
2
3rdparty/include/ffmpeg_/libavutil/eval.h
vendored
2
3rdparty/include/ffmpeg_/libavutil/eval.h
vendored
@@ -58,7 +58,7 @@ int av_expr_parse_and_eval(double *res, const char *s,
|
||||
* Parse an expression.
|
||||
*
|
||||
* @param expr a pointer where is put an AVExpr containing the parsed
|
||||
* value in case of successfull parsing, or NULL otherwise.
|
||||
* value in case of successful parsing, or NULL otherwise.
|
||||
* The pointed to AVExpr must be freed with av_expr_free() by the user
|
||||
* when it is not needed anymore.
|
||||
* @param s expression as a zero terminated string, for example "1+2^3+5*5+sin(2/3)"
|
||||
|
Reference in New Issue
Block a user