Browse Source

Doxument ff_free_expr().

Originally committed as revision 22837 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Stefano Sabatini 15 years ago
parent
commit
80ed701443
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavcodec/eval.h

+ 3
- 0
libavcodec/eval.h View File

@@ -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);

/**
* Frees a parsed expression previously created with ff_parse().
*/
void ff_free_expr(AVExpr *e);

/**


Loading…
Cancel
Save