diff ratecontrol.c @ 11604:6bab1bfac3bb libavcodec

Rename ff_parse_eval() to ff_eval_expr(). The new name expresses better what the function does.
author stefano
date Sun, 11 Apr 2010 22:32:01 +0000
parents fce0ed54244c
children ab7aceed5286
line wrap: on
line diff
--- a/ratecontrol.c	Sun Apr 11 20:04:15 2010 +0000
+++ b/ratecontrol.c	Sun Apr 11 22:32:01 2010 +0000
@@ -339,7 +339,7 @@
         0
     };
 
-    bits= ff_parse_eval(rcc->rc_eq_eval, const_values, rce);
+    bits= ff_eval_expr(rcc->rc_eq_eval, const_values, rce);
     if (isnan(bits)) {
         av_log(s->avctx, AV_LOG_ERROR, "Error evaluating rc_eq \"%s\"\n", s->avctx->rc_eq);
         return -1;