drawtext: remove typo

It slipped through the last two iterations.
pull/2/head
Luca Barbato 13 years ago
parent bc057f7592
commit 78212cefe1
  1. 2
      libavfilter/vf_drawtext.c

@ -70,7 +70,7 @@ static const char *fun2_names[] = {
static double drand(void *opaque, double min, double max)
{
return val = min + (max-min) / UINT_MAX * av_lfg_get(opaque);
return min + (max-min) / UINT_MAX * av_lfg_get(opaque);
}
typedef double (*eval_func2)(void *, double a, double b);

Loading…
Cancel
Save