You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Doxument ff_free_expr().
Originally committed as revision 22837 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -73,6 +73,9 @@ AVExpr * ff_parse(const char *s, const char * const *const_name,
|
|||||||
*/
|
*/
|
||||||
double ff_parse_eval(AVExpr * e, const double *const_value, void *opaque);
|
double ff_parse_eval(AVExpr * e, const double *const_value, void *opaque);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Frees a parsed expression previously created with ff_parse().
|
||||||
|
*/
|
||||||
void ff_free_expr(AVExpr *e);
|
void ff_free_expr(AVExpr *e);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user