Browse Source

drawtext: remove typo

It slipped through the last two iterations.
tags/n0.9
Luca Barbato 14 years ago
parent
commit
78212cefe1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/vf_drawtext.c

+ 1
- 1
libavfilter/vf_drawtext.c View File

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