Browse Source

Remove stray empty line.

Originally committed as revision 22864 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Stefano Sabatini 16 years ago
parent
commit
85c36856ff
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/eval.h

+ 0
- 1
libavcodec/eval.h View File

@@ -61,7 +61,6 @@ double ff_parse_and_eval_expr(const char *s, const double *const_value, const ch
* @return AVExpr which must be freed with ff_free_expr() by the user when it is not needed anymore
* NULL if anything went wrong
*/

AVExpr *ff_parse_expr(const char *s, const char * const *const_name,
double (* const *func1)(void *, double), const char * const *func1_name,
double (* const *func2)(void *, double, double), const char * const *func2_name,


Loading…
Cancel
Save